Design comparison
SolutionDesign
Community feedback
- @MaximilianoDanielGarciaPosted 10 months ago
Hi Lamar, great job!
If you're wondering how to center it, you can use this:
body { display: grid; place-items: center; min-height: 100vh; }
Then, remove the padding from
body
that isn't longer necessary.I hope these was helpful to you.
2
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