We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff65ff5 commit 14fa8e8Copy full SHA for 14fa8e8
1 file changed
editable-samples/border-top-color/index.html
@@ -8,7 +8,7 @@
8
</div>
9
10
11
- <div class="playable-buttons">
+ <div id="buttons">
12
<input id="edit" type="button" value="Edit CSS" />
13
<input id="reset" type="button" value="Reset" />
14
@@ -18,21 +18,27 @@
18
19
body {
20
background-color: #F6F7F8;
21
- margin:3em auto;
22
- padding:1em;
+ margin: 3em auto;
+ padding: 1em;
23
}
24
25
textarea {
26
width: 90%;
27
height:auto;
28
background-color: white;
29
- padding-right:16px;
+ padding: 1em 1em 0 1em;
30
+ box-sizing: border-box;
31
+}
32
+
33
+#buttons {
34
+ margin: 0.5em;
35
36
37
#container {
38
39
padding: 1em;
40
41
42
43
#box {
44
border: solid 0.3em gold;
0 commit comments