Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:
Why is this not working? I’ve included the css and html i’m trying to link to
I’ve also tried the “nav > ul > li{” format

Your code so far

nav li{
	color: #dfdfe2;
margin: 0 0.2rem;
padding: 0.2rem;
display: block;
}

 <nav>
        <ul>
          <li><a href="#student-info">INFO</a></li>
          <li><a href="#html-questions">HTML</a></li>
          <li><a href="#css-questions">CSS</a></li>
			  </ul>
      </nav>

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 Accessibility by Building a Quiz - Step 44

Link to the challenge:

This looks correct (mine passed with the same code).
Can you try to restart the step and also a hard refresh (clear cache) with ctrl-f5 and if necessary also try with a different browser?

1 Like

Thanks! I’ve just tried resetting. went through fine this time. ¯_(ツ)_/¯

1 Like

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