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
Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What specific areas of your project would you like help with?

I'm having trouble styling the table the way the example shows, I really don't have any idea.

Community feedback

P

@Bamo-D-Abdallah

Posted

For the table columns (td) set some padding so that the will be some space between the content and its border.

Then set border-bottom for all the td s excep the last one:

td:not(:last-child){
  border-bottom: solid %100 some_color;
}

Everything else looks excellent but avoid using px, instead use rem and em.

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