File tree 7 files changed +78
-16
lines changed
7 files changed +78
-16
lines changed Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
textarea {
16
- height : 160px ;
16
+ display : block;
17
+ margin-bottom : 10px ;
17
18
background-color : # F4F7F8 ;
18
19
border : none;
19
20
border-left : 6px solid # 558ABB ;
24
25
font-size : 90% ;
25
26
}
26
27
28
+ textarea : nth-of-type (1 ) {
29
+ height : 80px
30
+ }
31
+
32
+ textarea : nth-of-type (2 ) {
33
+ height : 160px
34
+ }
35
+
27
36
.playable-buttons {
28
37
text-align : right;
29
38
width : 90% ;
125
134
window . addEventListener ( 'load' , fillCode ) ;
126
135
</ script >
127
136
128
- </ html >
137
+ </ html >
Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< meta charset ="utf-8 ">
6
- < title > Flexbox Basics: The flex-directio property</ title >
6
+ < title > Flexbox Basics: The flex-direction property</ title >
7
7
8
8
< style >
9
9
body {
13
13
}
14
14
15
15
textarea {
16
- height : 80px ;
16
+ display : block;
17
+ margin-bottom : 10px ;
17
18
background-color : # F4F7F8 ;
18
19
border : none;
19
20
border-left : 6px solid # 558ABB ;
24
25
font-size : 90% ;
25
26
}
26
27
28
+ textarea : nth-of-type (1 ) {
29
+ height : 80px
30
+ }
31
+
32
+ textarea : nth-of-type (2 ) {
33
+ height : 90px
34
+ }
35
+
27
36
.playable-buttons {
28
37
text-align : right;
29
38
width : 90% ;
46
55
margin : 5px ;
47
56
}
48
57
49
-
50
-
51
58
.box > * {
52
59
border : 2px solid rgb (96 , 139 , 168 );
53
60
border-radius : 5px ;
118
125
window . addEventListener ( 'load' , fillCode ) ;
119
126
</ script >
120
127
121
- </ html >
128
+ </ html >
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
textarea {
16
- height : 80px ;
16
+ display : block;
17
+ margin-bottom : 10px ;
17
18
background-color : # F4F7F8 ;
18
19
border : none;
19
20
border-left : 6px solid # 558ABB ;
24
25
font-size : 90% ;
25
26
}
26
27
28
+ textarea : nth-of-type (1 ) {
29
+ height : 80px
30
+ }
31
+
32
+ textarea : nth-of-type (2 ) {
33
+ height : 90px
34
+ }
35
+
27
36
.playable-buttons {
28
37
text-align : right;
29
38
width : 90% ;
116
125
window . addEventListener ( 'load' , fillCode ) ;
117
126
</ script >
118
127
119
- </ html >
128
+ </ html >
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
textarea {
16
- height : 160px ;
16
+ display : block;
17
+ margin-bottom : 10px ;
17
18
background-color : # F4F7F8 ;
18
19
border : none;
19
20
border-left : 6px solid # 558ABB ;
24
25
font-size : 90% ;
25
26
}
26
27
28
+ textarea : nth-of-type (1 ) {
29
+ height : 120px
30
+ }
31
+
32
+ textarea : nth-of-type (2 ) {
33
+ height : 90px
34
+ }
35
+
27
36
.playable-buttons {
28
37
text-align : right;
29
38
width : 90% ;
114
123
window . addEventListener ( 'load' , fillCode ) ;
115
124
</ script >
116
125
117
- </ html >
126
+ </ html >
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
textarea {
16
- height : 80px ;
16
+ display : block;
17
+ margin-bottom : 10px ;
17
18
background-color : # F4F7F8 ;
18
19
border : none;
19
20
border-left : 6px solid # 558ABB ;
24
25
font-size : 90% ;
25
26
}
26
27
28
+ textarea : nth-of-type (1 ) {
29
+ height : 80px
30
+ }
31
+
32
+ textarea : nth-of-type (2 ) {
33
+ height : 90px
34
+ }
35
+
27
36
.playable-buttons {
28
37
text-align : right;
29
38
width : 90% ;
117
126
window . addEventListener ( 'load' , fillCode ) ;
118
127
</ script >
119
128
120
- </ html >
129
+ </ html >
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
textarea {
16
- height : 100px ;
16
+ display : block;
17
+ margin-bottom : 10px ;
17
18
background-color : # F4F7F8 ;
18
19
border : none;
19
20
border-left : 6px solid # 558ABB ;
24
25
font-size : 90% ;
25
26
}
26
27
28
+ textarea : nth-of-type (1 ) {
29
+ height : 80px
30
+ }
31
+
32
+ textarea : nth-of-type (2 ) {
33
+ height : 90px
34
+ }
35
+
27
36
.playable-buttons {
28
37
text-align : right;
29
38
width : 90% ;
116
125
window . addEventListener ( 'load' , fillCode ) ;
117
126
</ script >
118
127
119
- </ html >
128
+ </ html >
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
textarea {
16
+ display : block;
17
+ margin-bottom : 10px ;
16
18
height : 160px ;
17
19
background-color : # F4F7F8 ;
18
20
border : none;
24
26
font-size : 90% ;
25
27
}
26
28
29
+ textarea : nth-of-type (1 ) {
30
+ height : 80px
31
+ }
32
+
33
+ textarea : nth-of-type (2 ) {
34
+ height : 160px
35
+ }
36
+
27
37
.playable-buttons {
28
38
text-align : right;
29
39
width : 90% ;
122
132
window . addEventListener ( 'load' , fillCode ) ;
123
133
</ script >
124
134
125
- </ html >
135
+ </ html >
You can’t perform that action at this time.
0 commit comments