79111197

Date: 2024-10-21 17:52:58
Score: 0.5
Natty:
Report link

If you apply the hover to the container it works for both elements.

In the example you provided just change

img:hover {
    transform: scale(1.05);
}

to

.wrapper:hover img {
    transform: scale(1.05);
}

and hover effect will be working while hovering the text

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Diego N.