Open
Description
I'm submitting an ISSUE: Q86 of front-end-development-quiz.md seems wrong
- Documentation issue
Q86. Which command has no Syntax error in CSS?
-
p {font-size: 16em;}
-
h2 {colour: yellow;}
-
div {border-radius: 5px}
-
#my-div {background-color: blue;}
In the question above, the only option with syntax error is option 2 h2 {colour: yellow;}
, where color is misspelled into colour.