+ 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

16th Dec 2020, 6:55 AM
‎Keshav
‎Keshav - avatar
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.
16th Dec 2020, 7:44 AM
Success Ours
Success Ours - avatar
+ 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.
16th Dec 2020, 7:55 AM
‎Keshav
‎Keshav - avatar
+ 1
Then make it a:hover
16th Dec 2020, 9:40 AM
Success Ours
Success Ours - avatar
+ 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.
16th Dec 2020, 9:49 AM
‎Keshav
‎Keshav - avatar