Design comparison
SolutionDesign
Community feedback
- @mubizzyPosted over 2 years ago
nice job @Zoruaq but you still need to work on your accessibility issues.
- you should add
alt = " "
to your<img>
tags`
<img src="images/icon-sedans.svg" alt = " "> <img src="images/icon-suvs.svg" alt = " "> <img src="images/icon-luxury.svg" alt = " ">
hope it helps :)
Marked as helpful1 - you should add
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