
Design comparison
SolutionDesign
Community feedback
- @mbtenkorangPosted about 1 year ago
Hi Tiago, congratulations on completing the challenge.
- You can improve the display and formatting of the Nutrition information using a <table> tag instead.
<table> <tr> <th>Calories</th> <td>277kcal</td> </tr> </table>
Give it a try and I'm sure the styling for that section will improve. I hope you find this feedback helpful and HAPPY CODING.
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