Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Recipe Page, My Solution

@VincinChristmas

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

zanfa97 100

@zanfa97

Posted

Great job, you've just forgotten the horizontal lines under each section and each table row.

You can just use border-bottom for that.

For table rows, you need to use border-collapse: collapse on the table and add a border-bottom for each row (except the last one; you can use tr:last child and set border-bottom: none for that).

Furthermore, I suggest you to put width: 100% on table, deleting padding-left for th and use text-align: start.

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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