Learn Accessibility by Building a Quiz - Step 46

Tell us what’s happening:

Have no clue, the text is white on the preview

Your code so far

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

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

  display: block;
  }
  
  li > a{
    color: white;
  }

/* User Editable Region */

Your browser information:

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 46

Try starting from nav like the previous CSS block

just tried doesn’t work. makes the a color go back to blue in preview as well

Please show your updated code

remove the space at the beginning of the line, there is an issue with the tests

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