Submitted about 2 years ago
NFT preview card component build with scss
@faha1999
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted about 2 years ago
Hi Kawsar, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- you can use
article
tag instead of a simplediv
to the container card for improve the Accessibility - remove all
margin
fromnft-card
class because with flex they are superfluous - instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding 😉
1 - you can use
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