Css
This commit is contained in:
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user