Design comparison
SolutionDesign
Solution retrospective
I put this together but I will think there's something wrong with the alignment of the "Learn More" buttons and for some reason the justify-content on the grid elements doesn't seem to center align the grid.
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @W4GFO,
Congrats on completing the challenge Just a few suggestions if you want to center the columns in the middle of the page change your body rule to the following:
div#root { background-color: #e2e2e2; min-height: 100vh; display: flex; justify-content: center; align-items: center; }
Hope this is helpful.
Marked as helpful0
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