Design comparison
SolutionDesign
Community feedback
- @dtp27Posted over 2 years ago
Hi Priyanshu!
That looks really good overall! The one thing I would recommend is to take care of the HTML and Accessibility issues. You want to make sure to include the
alt=""
property, not just for accessibility, but also incase the image doesn't load for whatever reason.Also, adding properties like
aria-label
is a good idea for anchor tags to describe where the link would take you. Here's a good set of articles from MDN. Hope this helps.Happy coding!
Dan
0
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