Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm very proud of my work. I see my hard work brings results.
What challenges did you encounter, and how did you overcome them?I think this time every solution, it's much easier.
What specific areas of your project would you like help with?I think CSS is making my strong side.
Community feedback
- @NatashaACPosted 9 months ago
You could use a table for the nutrition info section instead of divs & p tags.
<table class="nutritionTable"> <tr> <td>Calories</td> <td>277kcal</td> </tr> <tr> <td>Carbs</td> <td>0g</td> </tr> <tr> <td>Protein</td> <td>20g</td> </tr> <tr> <td>Fat</td> <td>22g</td> </tr> </table>
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