This commit is contained in:
2019-05-02 14:23:48 +02:00
parent b592704cf3
commit f924076d17

View File

@@ -10,7 +10,7 @@
} }
div { div {
background: lightyellow; background-color: lightyellow;
padding: 1em; padding: 1em;
margin: 1em; margin: 1em;
} }
@@ -19,7 +19,7 @@
} }
#first-div { #first-div {
backround: red; backround-color: red;
} }
h1 + p { h1 + p {
@@ -27,7 +27,7 @@
font-size: 150%; font-size: 150%;
} }
#third-div { #third-div:first-letter {
font-size: 300%; font-size: 300%;
} }