NFT preview card component

Solution retrospective
Comments and feedback welcomed. Happy New Year!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Happy New Year! 🎉 A great solution to kick off 2022! It matches up beautifully with the design. Well done!
One small thing I'd recommend reviewing is how you're doing the hover state for the image. Instead of having two
img
tags, you could wrap the mainimg
in the anchor tag and then use a pseudo-element with abackground-image
for the hover state. This would clean up the HTML ever so slightly 🙂Keep up the brilliant work!
Marked as helpful
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