-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed