Design comparison
SolutionDesign
Community feedback
- @atif-devPosted over 1 year ago
Hi, congrats on completing the challenge. For centering the card you should write code as:
body{ display: grid; place-content: center; min-height: 100vh; }
Hope you will find this Feedback Helpful.
Marked as helpful1
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