File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
editable-samples/border-top-color Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 8
8
</ div >
9
9
</ div >
10
10
11
- < div class =" playable- buttons ">
11
+ < div id =" buttons ">
12
12
< input id ="edit " type ="button " value ="Edit CSS " />
13
13
< input id ="reset " type ="button " value ="Reset " />
14
14
</ div >
18
18
19
19
body {
20
20
background-color : # F6F7F8 ;
21
- margin : 3em auto;
22
- padding : 1em ;
21
+ margin : 3em auto;
22
+ padding : 1em ;
23
23
}
24
24
25
25
textarea {
26
26
width : 90% ;
27
27
height : auto;
28
28
background-color : white;
29
- padding-right : 16px ;
29
+ padding : 1em 1em 0 1em ;
30
+ box-sizing : border-box;
31
+ }
32
+
33
+ # buttons {
34
+ margin : 0.5em ;
30
35
}
31
36
32
37
# container {
33
38
background-color : white;
34
39
padding : 1em ;
35
40
width : 90% ;
41
+ box-sizing : border-box;
36
42
}
37
43
# box {
38
44
border : solid 0.3em gold;
You can’t perform that action at this time.
0 commit comments