Learn Accessibility by Building a Quiz - Step 47

Tell us what’s happening:

Your code so far

nav li:hover{
  background-color: #dfdfe2;
   cursor: pointer; 
   }
  li:hovered{
   color: #1b1b32;
   }

I can find my mistake here i did exactly what was asked from me ?
PLS help me

Please post a link to the challenge.

you dont need to add another li:hovered selector.just move color to nav li:hover selector

thanks it
worked i hope i will not make this mistake again

ok next time i would take this into account

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