blob: bf80fc53484771fb0403cdcdce0b8afa0a41d924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
textarea {
width: 100%;
height: 400px;
min-height: 400px;
font-family: monospace;
resize: vertical;
}
.two-fifths {
width:40%;
}
.three-fifths {
width:60%;
}
.container {
width: 1200px;
}
|