This commit is contained in:
dokkillo
2015-08-19 20:29:53 +02:00
parent 0b45c69d32
commit 2c7313dcdb

View File

@ -3117,7 +3117,7 @@
"difficulty": 1.46, "difficulty": 1.46,
"description": [ "description": [
"Now let's start fresh and talk about CSS inheritance.", "Now let's start fresh and talk about CSS inheritance.",
"Every HTML page has <code>body</code> element.", "Every HTML page has a <code>body</code> element.",
"We can prove that the <code>body</code> element exists here by giving it a <code>background-color</code> of black.", "We can prove that the <code>body</code> element exists here by giving it a <code>background-color</code> of black.",
"We can do this by adding <code>body { background-color: black; }</code> to our <code>style</code> element." "We can do this by adding <code>body { background-color: black; }</code> to our <code>style</code> element."
], ],