Design comparison
SolutionDesign
Community feedback
- @james-rodPosted over 1 year ago
Hello There,
If you want to make the body or the main be align in the center. I have two option
- You can use margin: 70px auto as it will center your body/ main
- You can use flexbox or a grids.
In this case for a flexbox main{ display: flex; justify-content: center; align-items: center; min-height: 100vh; }
Hope this helps
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