Design comparison
SolutionDesign
Solution retrospective
Please I will need help with the image(equilibrium) hover. I could not find my way round it. Thanks.
Community feedback
- @mohamed-sameerPosted over 2 years ago
you'll need to make another div that contains the SVG icon and make it take the width and height of the image and make its opacity 0 and on hover make the opacity 1
/*the div that has the SVG icon*/ .img-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; }
and on hover change the opacity to 1
Marked as helpful0@theCephasPosted over 2 years ago@mohamed-sameer oh, just seeing this! Thank you much.
0
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