Skip to content

Commit f509cd8

Browse files
author
ElaMoscicka
authored
added spacing
1 parent f133500 commit f509cd8

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

25 - Event Capture, Propagation, Bubbling and Once/index-START.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,26 @@
1717
html {
1818
box-sizing: border-box;
1919
}
20-
*, *:before, *:after { box-sizing: inherit; }
20+
21+
*, *:before, *:after {
22+
box-sizing: inherit;
23+
}
2124

2225
div {
23-
width:100%;
24-
padding:100px;
26+
width: 100%;
27+
padding: 100px;
2528
}
2629

2730
.one {
2831
background: thistle;
2932
}
3033

3134
.two {
32-
background:mistyrose;
35+
background: mistyrose;
3336
}
3437

3538
.three {
36-
background:coral;
39+
background: coral;
3740
}
3841
</style>
3942

0 commit comments

Comments
 (0)