We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f133500 commit f509cd8Copy full SHA for f509cd8
1 file changed
25 - Event Capture, Propagation, Bubbling and Once/index-START.html
@@ -17,23 +17,26 @@
17
html {
18
box-sizing: border-box;
19
}
20
- *, *:before, *:after { box-sizing: inherit; }
+
21
+ *, *:before, *:after {
22
+ box-sizing: inherit;
23
+ }
24
25
div {
- width:100%;
- padding:100px;
26
+ width: 100%;
27
+ padding: 100px;
28
29
30
.one {
31
background: thistle;
32
33
34
.two {
- background:mistyrose;
35
+ background: mistyrose;
36
37
38
.three {
- background:coral;
39
+ background: coral;
40
41
</style>
42
0 commit comments