Design comparison
SolutionDesign
Community feedback
- @barcacaPosted 12 months ago
Hello, Great job on completing the challenge.
I have a suggestion:
- Add the following to your CSS code:
body { height: 100vh; }
This will set the
<body>
element'sheight
to100vh
(viewport height), ensuring it occupies the entire browser window height, which helpscenter
the card when usingalign-items: center;
andjustify-content: center;
.Keep up the good work!
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