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 Using HTML & CSS

@oyesina-paul

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I gave a border bottom solid to my table but it didn't span through the table. it displays as if a vertical line cuts the border bottom at and separates a single line into two. Any idea what might have caused it and how i can resolve it?

will appreciate your feedback.

Community feedback

@metazer0

Posted

My approach was different, but the table element has a default spacing per td element. Remove it by adding this to the style.css

.table {
    border-collapse: separate;
    border-spacing: 0
}
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