Selector not working

Selector in Step 62 of Building a Picasso Painting is not working. #orange-character{}

#orange-character is the right selector. Just make sure you follow the instructions to the letter for the properties they want.

You can post your code here, as well, so we can review it.

#orange-character {

width:250px;

height:550px;

background-color:rgb(240,78,42);

}

What you posted above is correct. Perhaps you accidentally changed something else that is causing the test to fail? You might try restarting the step to get the original code back and then add your #orange-character ruleset again, being careful not to make any other changes.

1 Like

Thanks! I went back and the prior part was missing a curly bracket.

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