We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5ecd7 commit 2a8aa6aCopy full SHA for 2a8aa6a
flexbox/basics/flex-shorthands.html
@@ -13,7 +13,8 @@
13
}
14
15
textarea {
16
- height: 160px;
+ display: block;
17
+ margin-bottom: 10px;
18
background-color: #F4F7F8;
19
border: none;
20
border-left: 6px solid #558ABB;
@@ -24,6 +25,14 @@
24
25
font-size: 90%;
26
27
28
+ textarea:nth-of-type(1) {
29
+ height: 120px
30
+ }
31
+
32
+ textarea:nth-of-type(2) {
33
+ height: 90px
34
35
36
.playable-buttons {
37
text-align: right;
38
width: 90%;
@@ -82,7 +91,7 @@
82
91
.box {
83
92
display: flex;
84
93
85
-
94
86
95
.box>* {
87
96
flex: 1;
88
97
@@ -123,4 +132,4 @@
123
132
window.addEventListener('load', fillCode);
124
133
</script>
125
134
126
-</html>
135
+</html>
0 commit comments