Question about hover selector activating multiple elements at once. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Question about hover selector activating multiple elements at once.

Hello, I have 3 squares stacked on top of each other. Each of them has their own hover selector with unique transform properties. I'm trying to get the hover selector to activate all 3 elements at once. Instead the selector activates them one at a time. Can anyone help give me a hint in the right direction? Here is the code: https://code.sololearn.com/WeaapaN2J7nH Thanks!

28th Feb 2020, 6:44 PM
l4lilul3lo
l4lilul3lo - avatar
2 Answers
+ 1
Idk if this is what you're looking for exactly but maybe try doing something like div.fan: hover .square1{} with all the styling for each square since the div would be the parent and all the squares children.
28th Feb 2020, 7:15 PM
Austin
+ 1
Use the pseudo selector
28th Feb 2020, 7:24 PM
Muhammed Yakub Unicorn
Muhammed Yakub Unicorn - avatar