Recipe page using Table HTML instead of CSS grid

Solution retrospective
I would make the table with css grid or figure out how to simply the code for the padding and borders. I feel like the answer to table formatting is easy, but I can't figure out how to do all the padding in one command and the borders in another single command. I ended up using :nth-of-type() to customize the first and last row.
What challenges did you encounter, and how did you overcome them?It was difficult to do the table with CSS grid and table html because of the way the borders are set up and the fact that the padding is missing from the top and bottom. Also, I briefly considered switching the project to React because of the reusable components, like the section class.
What specific areas of your project would you like help with?If you could give a better solution to simplify the border and tables, or the bullets and numbered lists, that'd be amazing! I feel like I may have made it overcomplicated.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Renita M'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