Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
Any feedback is greatly appricated.
Community feedback
- @tOnski86Posted 2 days ago
Nice implementation of grids! One feedback to make this better - you can use
height: 100vh
on thebody
to ensure that the grid only occupies the full height of your screen (removing the unnecessary scrollbars). Then, applyflex justify-center align-center
on thebody
to make sure your grid stays in the middle of the screen.Awesome job and keep going!
1
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