Design comparison
SolutionDesign
Solution retrospective
How can I improve this?
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @FelipeDaCosta,
Congrats on completing the challenge
You can replace your body rule with the following to center the card on the page.
body { background-color: #121417; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; } }
Swap out the main-component div for a main tag you can keep the class. Hope this is helpful.
1 - @corjonPosted about 2 years ago
You can center your content vertically by adding this:
body { min-height: 100vh; }
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