Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted over 1 year ago
There is no need to give the body a margin-block, to center the main on the page using flexbox add
min-height: 100vh
body{ min-height: 100vh; display: flex; align-items: center; justify-content: center; }
For a responsive content, give the main a max-width of 1440px or width of 80% or a width of 80vw.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
1
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