Design comparison
SolutionDesign
Solution retrospective
hey if i could get some feedback on the code. Its probably easy to do but i was not able to center the grid container on the page
Community feedback
- @devMagnoPosted almost 4 years ago
Hello! Good joob on the challenge, it really looks pretty good!
To center the grid container you can easily just style the body element like this:
body { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
Happy coding bro 👊.
0
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