
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ADR-39
Instead of using
.table { border-bottom: ... }
You should use "next sibling" selector
.table + .table { border-top: ... }
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