The question is:
In style.css, add an ID selector for the ID header-text
My answer #fail
The question is:
In style.css, add an ID selector for the ID header-text
My answer #fail
Be sure there is no white space after the hash sign.
# header-text {} => incorrect
#header-text {} => correct
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.