Skip to content

Commit 7f91cb3

Browse files
making small change to intro example
1 parent 35a14f8 commit 7f91cb3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

flexbox/alignment/intro.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 90px
29+
height: 170px
3030
}
3131

3232
textarea:nth-of-type(2) {
@@ -65,8 +65,6 @@
6565
border: 2px solid rgb(96, 139, 168);
6666
border-radius: 5px;
6767
background-color: rgba(96, 139, 168, .2);
68-
width: 100px;
69-
height: 100px;
7068
}
7169
</style>
7270
<style class="editable">
@@ -91,6 +89,11 @@
9189
align-items: center;
9290
justify-content: center;
9391
}
92+
93+
.box div {
94+
width: 100px;
95+
height: 100px;
96+
}
9497
</textarea>
9598
<textarea id="code" class="playable-html">
9699
<div class="box">

0 commit comments

Comments
 (0)