+ 3
Please help
Why my hover effect is not working in "ul"? At first it was working fine but after that I don't know what I did it stopped working. If anybody knows the solution the please help me. https://code.sololearn.com/WnZZ0ijG1aT1/?ref=app And ignore the logo image it's in my local storage so it will not show
4 Respostas
+ 1
Looks like you need to include ul:hover{
color: yellow;
}
in your style sheet so that it changes something when you hover, in this example the text color to yellow. Please follow me since learning is Fun when we do it together.
+ 1
Success Ours I don't want the whole "ul" to change. I want only the "a" tag to change when I hover over it.
+ 1
Then make it a:hover
+ 1
Success Ours I made it and it's not working
That's why I asked this question
Can you figure out why it's not showing hover effect.