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
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