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
- @Bamo-D-AbdallahPosted 4 months ago
For the table columns (
td
) set somepadding
so that the will be some space between the content and itsborder
.Then set
border-bottom
for all thetd
s excep the last one:td:not(:last-child){ border-bottom: solid %100 some_color; }
Everything else looks excellent but avoid using
px
, instead userem
andem
.0
Please log in to post a comment
Log in with GitHubJoin 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