Submitted over 1 year ago
nft preview card component building by css and html
@sorrasak-code
Design comparison
SolutionDesign
Community feedback
- @yannmarcPosted over 1 year ago
Hi @sorrasak-code!
Great solution 🎊
- You should try and follow the mobile first approach and use more of
(min-width: breakpoint)
- Also try to reduce some properties as the breakpoint decreases,
.container { padding: 1.5rem };
can be reduce onbreakpoints < 370px
to make the spacing more mature.
Marked as helpful0 - You should try and follow the mobile first approach and use more of
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