We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a14f8 commit 7f91cb3Copy full SHA for 7f91cb3
flexbox/alignment/intro.html
@@ -26,7 +26,7 @@
26
}
27
28
textarea:nth-of-type(1) {
29
- height: 90px
+ height: 170px
30
31
32
textarea:nth-of-type(2) {
@@ -65,8 +65,6 @@
65
border: 2px solid rgb(96, 139, 168);
66
border-radius: 5px;
67
background-color: rgba(96, 139, 168, .2);
68
- width: 100px;
69
- height: 100px;
70
71
</style>
72
<style class="editable">
@@ -91,6 +89,11 @@
91
89
align-items: center;
92
90
justify-content: center;
93
+
+.box div {
94
+ width: 100px;
95
+ height: 100px;
96
+}
97
</textarea>
98
<textarea id="code" class="playable-html">
99
<div class="box">
0 commit comments