Design comparison
Solution retrospective
Hi guys! I learn alot from doing this challenge but i have some questions. I dont really know how to make the display for the desktop or the mobile version.Where should i learn that from? I dont know how how to make the image change when i hover the cursor onto it. I thought i need a background color with a lower opacity but i couldnt figure it out. If i did more things wrong please tell me, i know i have alot to learn! Thank you!!
Community feedback
- @jpsmenezesPosted almost 3 years ago
my solution was...
section.container .img:hover:after{ content: url(../images/icon-view.svg); position: absolute; }
if you want, take a look at it on git :https://github.com/jpsmenezes/nft-preview-card-component-main
Marked as helpful1
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