Design comparison
SolutionDesign
Solution retrospective
Another cool project! :D All feedbacks welcome
Community feedback
- @Yemisrach15Posted about 2 years ago
Hey Zajac, good job! The report under your solution gives you a lot of information you can improve on. But here are a few of my suggestions,
- If an image or icon/svg has a meaning within the context its used, it should have an
alt
attribute with text describing the image. So maybe you should use the inline svgs as images. - A lot of the text you put in a
div
should be in ap
tag.div
has no meaning/semantic and is usually used for decorating or layout purposes. - Overview - Today should be a heading in a
h2
Other than these the solution is nice but read up on semantic HTML elements.
Marked as helpful0 - If an image or icon/svg has a meaning within the context its used, it should have an
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