Design comparison
SolutionDesign
Community feedback
- @braien-machadoPosted almost 3 years ago
@niccalaodenio, you've set the 'cursor: pointer' in '.img_container img' with no specification to do it while hovering. In consequence, the cursor sometimes changes to standard while moving it on the img.
Try something like: .img_container img:hover { cursor: pointer; }
If you want, check my solution here
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