Design comparison
SolutionDesign
Solution retrospective
Am still having problem with centering the page vertically, any suggestions and comments are very much welcome
Community feedback
- @VCaramesPosted over 2 years ago
To answer you question:
You can add the following to your Body Element;
min-height: 100vh
,display: flex;
,justify-content: center
, andalign-items: center
.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