Design comparison
SolutionDesign
Solution retrospective
Found difficulty in centering the container. I am unsure of margin padding spaces.
Community feedback
- @elemenceORPosted over 1 year ago
try
min-height: 100vh;
in the flex container. So it will look something like this.body { background-color: rgb(223, 231, 238); display: flex; justify-content: center; align-items: center; min-height: 100vh; }
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