Design comparison
SolutionDesign
Solution retrospective
I resubmitted the project again because I wanted to know more about the following :
hover section for the Ethirum image
.pics:hover > .eye { opacity: 1; -webkit-transition: opacity 0.5s 0s ease-in; -moz-transition: opacity 0.5s 0s ease-in; -o-transition: opacity 0.5s 0s ease-in; transition: opacity 0.5s 0s ease-in; }
The above hover effect works with me only locally and doesn't appear on the live page.
Community feedback
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