Design comparison
SolutionDesign
Solution retrospective
Hello everyone, I've almost completed the project, but I found it hard to resize the eye image on hover. How do I go about that?
Community feedback
- @akpekigPosted over 1 year ago
Use CSS state
:hover
like so:.image:hover { transform: scale(1.5); }
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord