Responsive nft preview card, using flex-box and grid
Design comparison
Solution retrospective
I really enjoyed designing this. Please feel free to drop feedbacks, I will appreciate them
Community feedback
- @correlucasPosted over 2 years ago
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 helpful1@Femi-BrightPosted over 2 years ago@correlucas I really appreciate this. I will give it a try. BTW this the first time I'm reading about
@media (hover:hover) {}
. I appreciate this Lucas1
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