+ 4
Why hover not working
Hover not working https://code.sololearn.com/WL6wkTCDQc7v/?ref=app
4 Answers
+ 4
Remove the space as other guys said AND...use " ~ " symbol in between like this:
#a:hover ~ #b
+ 4
Use "#a:hover" instead of "#a : hover", you have 2 extra spaces
+ 2
now also not working
+ 2
thx now working