Design comparison
SolutionDesign
Solution retrospective
Feel free to check my work.
Community feedback
- @Deevyn9Posted about 2 years ago
Hi Anoop, congrats on completing this project, your solution looks amazing. However, the container isn't centered, to do this, you'll need to give the body a min-height of 100vh, a width of 100vw, add a
display: grid;
, addplace-items: center
.I hope this solves your issue and you find this helpful.
happy coding.
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