Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
não sei
What challenges did you encounter, and how did you overcome them?não sei
What specific areas of your project would you like help with?não sei
Community feedback
- @capistePosted about 2 months ago
Your work looks very good! Good job! I only see some minor issues related to text formatting and sizing but that is hard to detect without the specific details.
The only thing I can comment on is the additional border line under the "Fat" row in the Nutrition table. You can use this CSS code to not include the last row to have a border.
tr:not(:last-child) { border-bottom: 1px solid lightgray; }
Aside from this, good job on the website!
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