
Design comparison
Solution retrospective
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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @TedJenkler
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 helpful - @thamu-acn
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 helpful
Join 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