Recipe page created using HTML, CSS, and Flexbox

Solution retrospective
I am most proud of how I used Flexbox to align the contents of my table using the flex: 1;
property.
What challenges did you encounter, and how did you overcome them?.nutrition-list li { flex: 1; text-align: left; }
The only challenge I had was aligning the gram content of the table, but after a little research, I learned how to use Flexbox to achieve the required outcome.
By using the flex: 1; property, I was able to allow the list items to grow and shrink as needed, which enabled me to apply the align-items: left property.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Darkpoet's solution.
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