Time tracking dashboard

Please log in to post a comment
Log in with GitHubCommunity feedback
- @thomashertog
you seem to have a lot of superfluous CSS classes in your CSS.
there's also heavy use of magic numbers e.g.
.card:nth-child(x)
can be replaced by a semantic class to toggle both the background color as well as the imagetry to use
em/rem
values for things like padding/gap/width/...
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