File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
</ style >
23
23
24
- < style class ="editable ">
25
- .container {
26
- height : 200px ;
27
- display : flex;
28
- align-items : center;
29
- justify-content : center;
30
- }
24
+ < style class ="editable ">
25
+ .container {
26
+ height : 200px ;
27
+ display : flex;
28
+ align-items : center;
29
+ justify-content : center;
30
+ }
31
31
32
- .item {
33
- width : 10em ;
34
- }
35
- </ style >
32
+ .item {
33
+ width : 10em ;
34
+ }
35
+ </ style >
36
36
37
37
</ head >
38
38
43
43
</ div >
44
44
</ section >
45
45
46
- < textarea class ="playable playable-css ">
47
- .container {
48
- height: 200px;
49
- display: flex;
50
- align-items: center;
51
- justify-content: center;
52
- }
53
-
54
- .item {
55
- width: 10em;
56
- }
57
- </ textarea >
46
+ < textarea class ="playable playable-css " style ="height: 170px; ">
47
+ .container {
48
+ height: 200px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
58
53
59
- < textarea class ="playable playable-html ">
60
- < div class ="container ">
61
- < div class ="item "> I am centered!</ div >
62
- </ div >
63
- </ textarea >
54
+ .item {
55
+ width: 10em;
56
+ }
57
+ </ textarea >
58
+
59
+ < textarea class ="playable playable-html " style ="height: 70px; ">
60
+ < div class ="container ">
61
+ < div class ="item "> I am centered!</ div >
62
+ </ div >
63
+ </ textarea >
64
64
65
65
66
66
< div class ="playable-buttons ">
70
70
< script src ="playable.js "> </ script >
71
71
72
72
73
- </ html >
73
+ </ html >
You can’t perform that action at this time.
0 commit comments