Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
That it is responsive.
I would try to make it more accessible for screen readers.
What challenges did you encounter, and how did you overcome them?The hover on the card, to make the box-shadow bigger.
What specific areas of your project would you like help with?The semantic tags in HTML
Community feedback
- @Zy8712Posted 7 months ago
Your site and code look pretty solid. Proper semantic tags were used where applicable and your code is well structured.
The only change I'd suggest is:
- leaving the alt description for images empty like
alt=""
. The alt description is usually mean to describe some form of important information that a image is showing, so for decorative images you can leave it empty
Besides that it seems you understand what to do. Nice work 👍
Marked as helpful1 - leaving the alt description for images empty like
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