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