Design comparison
SolutionDesign
Community feedback
- @rcsilva211Posted about 2 months ago
There's an extra border on the bottom table. You can fix it by applying the
:last-of-type
pseudo-class. It should look something like this:tr:last-of-type{ border: 0; }
Other than that, great job!
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