Semantic HTML (Recipe Page)

Solution retrospective
Figuring out how much whitespace is between each section and heading: it can be a challenge when you don't have the exact Figma file for reference. However, this challenge is an opportunity to sharpen your attention to detail.
Once I figured out this solution below, through trial and error 😅, everything fell into place when it comes to figuring out the margins in between the sections.
li { line-height: 1.5; margin-bottom: 8px; }
Creating the table section proved to be a formidable task for me as well as I didn't know how to remove the borders around it. However through meticulous web searching, stack overflow and mdn docs, I successfully figured out this solution to my problem.
table { width: 100%; border-collapse: collapse; }
Overall, I thoroughly enjoyed working on this project. It taught me about the acceptable amount of whitespace in design, among other things. 😄
What specific areas of your project would you like help with?I would love to know how to make the horizontal lines thinner 😆 I have only found solutions to make it thicker.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on stautuan'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