Build a Quiz Webpage - Step 46

Tell us what’s happening:

The system keeps prompting me to add color to the list items of which I have.Here’s my code:
li>a{
color:#FFC0CB;
}

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

li>a{
  color:#FFC0CB;
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Quiz Webpage - Step 46

please add spaces around the >

1 Like

Thanks.It worked.The issue was spacing all along.

1 Like

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