Design comparison
SolutionDesign
Community feedback
- @brane10Posted 8 months ago
Hello, Small suggestion for the table. Instead of adding a border to td, try to put it on tr and since there is no last border, use the last-child property :)
tr {
border-bottom: 1px solid #ddd;
}
tr:last-child {
border-bottom: 0;
}
I love your work :D
Marked as helpful1
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