Time Tracking dashboard using CSS grid

Solution retrospective
I did well here? This was my first time working with JSON data and I think I did well here. What are the best practices working with JSON if any?
Any feedback is appreciated :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Tabassum, good job! I took some time to look at your code and have some ideas for improving it:
- remove
width and margin
frommain
tag because with grid they are superfluous - add
min-height: 100vh
tomain
tag because Grid aligns child items to the size of the parent container - replace
justify-content: center
withplace-content: center
for center in the page
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful - remove
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