Design comparison
SolutionDesign
Community feedback
- @DavidCasanova83Posted 5 months ago
Hey, very good job ! Your design matches perfectly.
Some tips about web accessibility :
- More informative image descriptions:
- Currently, the image descriptions (
alt
attributes) are correct but could be more descriptive. For example:<img class="image" src="./images/image-equilibrium.jpg" alt="NFT artwork titled Equilibrium #3429"/> <img class="imagem__secundaria" src="./images/icon-ethereum.svg" alt="Ethereum cryptocurrency icon"/> <img class="imagem__tercearia" src="./images/icon-clock.svg" alt="Clock icon indicating time left"/> <img class="footer__avatar" src="./images/image-avatar.png" alt="Avatar of Jules Wyvern, the creator"/>
- Currently, the image descriptions (
Marked as helpful0 - More informative image descriptions:
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