Design comparison
SolutionDesign
Community feedback
- @zanfa97Posted 3 months ago
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 aborder-bottom
for each row (except the last one; you can usetr:last child
and setborder-bottom: none
for that).Furthermore, I suggest you to put
width: 100%
on table, deletingpadding-left
forth
and usetext-align: start
.Marked as helpful0
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