Design comparison
Solution retrospective
I have learned a lot in the project. Especially using ems for media queries, css resets. I ll try to do mobile first and go for desktop in next time.
What challenges did you encounter, and how did you overcome them?Table like layout with correct dimensions as mentioned in figma. I have used Flexbox to achieve that.
What specific areas of your project would you like help with?when i am trying do to html structure, i always go from section by section rather identifying the layout it has. whether i need to change my approach
Community feedback
- @grace-snowPosted 6 months ago
There is one serious accessibility failure in this. You must use a table for tabular data. It must use header cells (
th
) and normal cells (td
). And ideally, the header cells should includescope="row"
so it is clear they are headers for the row not column.Assistive tech (such as screen reader) users would be unable to understand this content at the moment.
Marked as helpful1 - @codermoshiurPosted 7 months ago
Well done! Congratulations on completing this challenge.
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