Skip to content

Commit 14fa8e8

Browse files
author
Will Bamberg
committed
Some layout tweaks
1 parent ff65ff5 commit 14fa8e8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

editable-samples/border-top-color/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
</div>
1010

11-
<div class="playable-buttons">
11+
<div id="buttons">
1212
&nbsp; <input id="edit" type="button" value="Edit CSS" />
1313
&nbsp; <input id="reset" type="button" value="Reset" />
1414
</div>
@@ -18,21 +18,27 @@
1818

1919
body {
2020
background-color: #F6F7F8;
21-
margin:3em auto;
22-
padding:1em;
21+
margin: 3em auto;
22+
padding: 1em;
2323
}
2424

2525
textarea {
2626
width: 90%;
2727
height:auto;
2828
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;
3035
}
3136

3237
#container {
3338
background-color: white;
3439
padding: 1em;
3540
width: 90%;
41+
box-sizing: border-box;
3642
}
3743
#box {
3844
border: solid 0.3em gold;

0 commit comments

Comments
 (0)