ID Attribute HTML & CSS Part 1

The question is:

In style.css, add an ID selector for the ID header-text

My answer #fail :frowning:

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.