Design comparison
Solution retrospective
I am proud of myself because I have been capable of finishing the project, even though it has been challenging for me to do so. Next time, I'd like to improve my abilities and learn how to use them correctly.
What challenges did you encounter, and how did you overcome them?The challenges I encountered were primarily with tables because I had never worked with them before
What specific areas of your project would you like help with?I'd love to receive help with everything related to tables, flexbox and more (tips, semantics, etc).
Community feedback
- @tdimnetPosted 7 months ago
Hi @imbraian,
Very good job indeed!
I saw you used css variables: it's really cool and professionial. The same goes for the BEM notation. However, you decided to use
max-width
instead ofmin-width
. I tend to prefer the second one, it makes the approach for mobile friendly.For your table, I saw this:
<p>The table below shows nutritional values per serving without the additional fillings.</p>
You could use the
caption
tag instead. It makes tables more accessible, especially to screen-readers and assistive technologies. You can learn more about tables on the mdn: https://developer.mozilla.org/fr/docs/Web/HTML/Element/tableGreat job! Tom.
1
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