Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
making it fully responsive.
What challenges did you encounter, and how did you overcome them?how to customize tables and how to make flexbox responsive to small screens.
Community feedback
- @TedJenklerPosted 2 months ago
Hi @yt021,
Nice project! Here are a few suggestions for improvement:
Semantic HTML: Consider incorporating more semantic HTML elements to enhance the accessibility and SEO of your page. For example, using <main>, <article>, and <section> where appropriate can improve the structure and readability of your code.
Keep up the great work!
Best, Teodor
Marked as helpful1 - @thamu-acnPosted 2 months ago
Looks good, just a suggestion as an alternative to using classes on each <td> element you can make use of :nth-child psuedo class
Marked as helpful1
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