We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5863e66 commit a500902Copy full SHA for a500902
learn/box-model/padding.html
@@ -8,7 +8,6 @@
8
.container {
9
border: 5px solid blue;
10
margin: 40px;
11
- padding: 20px;
12
}
13
14
.box {
@@ -24,6 +23,10 @@
24
23
padding-bottom: 40px;
25
padding-left: 4em;
26
+
27
+ .container {
28
+ padding: 20px;
29
+ }
30
</style>
31
</head>
32
@@ -34,13 +37,17 @@
34
37
</div>
35
38
</section>
36
39
- <textarea class="playable playable-css" style="height: 120px;">
40
+ <textarea class="playable playable-css" style="height: 180px;">
41
42
padding-top: 0;
43
padding-right: 30px;
44
45
46
47
48
+.container {
49
50
+}
51
</textarea>
52
53
<textarea class="playable playable-html" style="height: 80px;">
0 commit comments