Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Hey @Lmcardenas98, some suggestions to improve you code:
-
NFT card is really tiny, I can barely read the font on my Ultrawide monitor. You want to increase the size of the card.
-
The Header Element and Section Element are being used incorrectly. They're not needed in this challenge.
-
When you use images/icons, you want to include an Alt text tag with them. Inside that Alt Tag you want to describe what the image is; they need to be readable. Assume you’re describing the image/icon to someone.
If the image/icon is decorative, then you will leave the Alt tag blank; alt=“”
- You want to wrap your "NFT image", "Equilibrium #3429" and "Jules Wyvern" in anchor tags <a>. This is because they are meant to be links that lead the user to another part of a site.
Happy Coding!
Marked as helpful0 -
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