Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
It means that when any a tag is hovered that doesn't have active class it should run that code. For example: <a href="#">Home</a> <a href="#" class="active">About</a> <a href="#">Logout</a> a:hover:not(.active) { color: red; }
11th May 2020, 6:23 AM
Raj Chhatrala
Raj Chhatrala - avatar