Design comparison
SolutionDesign
Community feedback
- @Hasani-SediqaPosted 19 days ago
Well done, To center the container you can use this code
body{ display: flex; justify-content: center; align-items: center; min-height: 100vh; }
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