Learn Intermediate CSS by Building a Picasso Painting - Step 64

Can someone please tell me what I’m doing wrong? I have disabled all my extensions so I’m sure it’s not any one of them.

Your code so far

#black-round-hat {  width: 180px;
  height: 150px;
  background-color: rgb(45,31,19);
};

Result:

Test: Sorry, your code does not pass. Hang in there.

Hint: You should have a #black-round-hat selector.
Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 64

Link to the challenge:

I didn’t see the #black-round-hat selector anywhere in the stylesheet. But when I copy pasted that code you have there in the stylesheet, I got a passing grade.

remove that last symbol “;” and check

It’s the semi-colon after the curly bracket. I removed it and it worked immediately.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.