Design comparison
SolutionDesign
Community feedback
- @IsmaaaPosted over 4 years ago
Hi Taha ! You can center the box by using flexbox. You can do it just by adding this code to you body tag or main container :)
display: flex; height: 100vh; justify-content: center; align-items: center;
3@marketerlyPosted over 4 years ago@Ismaaa Thanks for your feedback Ismaaa, I've edited the code 👍🏼
0
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