Time-Tracking-Dashboard-by-hannibal

Solution retrospective
NA
What challenges did you encounter, and how did you overcome them?NA
What specific areas of your project would you like help with?any suggestion or advice would be helpful and mean a lot. so don't be shy.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Joshk7
This solution looks great! The first suggestion I could make is to set the initial active button "Weekly" to be white. Additionally, you could add styles to main:
main { display: flex; flex-direction: column; align-items: center; }
Then if you add:
.container { margin-block: auto; }
This makes a cover layout to center the main grid horizontally and vertically. You can learn more about this technique here:https://every-layout.dev/layouts/cover
Marked as helpful
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