NFT preview card with basics

Solution retrospective
Please tell me how I can improve, whatever it is fine! Thank you so much!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Radasin
Place an image inside an image: html
<img class="img"><img class="overlay" /></img>
css
.overlay { display: none; width: 100%; height: 100%; position: relative; z-index: 2; } .img:hover .overlay { display:block; } ``` this should work i haven't tested it but it should work.
Join 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