
Solution retrospective
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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NatashaAC
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>
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