Design comparison
Solution retrospective
All feedback are welcome, thank you!
Community feedback
- @AkoToSiJeromeEhPosted over 1 year ago
Hi Great work Out There ! You can add a feature where an eye icon shows up when hovering over the equilibrium image. To achieve this, you can use the CSS properties 'position: relative' and 'position: absolute'. First, position the eye icon using these properties. Then, set the initial opacity of the eye icon container to 0. Next, apply a hover effect to the icon container by setting 'opacity: 1', making it visible when hovered over. In my experience, this technique has been effective in achieving the desired hover effect. That's all! I hope this helps.
Marked as helpful0@maro-ogPosted over 1 year agoThank you, I sure will apply this correction. @AkoToSiJeromeEh
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