Responsive nft preview card, using flex-box and grid

Solution retrospective
I really enjoyed designing this. Please feel free to drop feedbacks, I will appreciate them
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
Hello Brightt!
Congratulations for your solution to this challenge. Its really well done solution. I Dont see any issues on the overall structure and accessibility, great work.
Maybe you can consider to use some html elements like figure and figcaption to wrap the profile section.
While in mobile when we "hover"/click the nft photo the overlay effect still on and doesn't disappear until the page refresh.
You can apply a media query to avoid these behaviors in touch devices using
@media (hover:hover) {}
and put inside this media query the elements you don't t want with hover active on mobile touch devices.Keep it up, congratulations.
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