Design comparison
SolutionDesign
Community feedback
- @adetona54Posted about 1 year ago
If you want to center all the elements in the page, you should try this: .container { display: flex; align-items: center; justify-content: center; height: 100vh; } There are other ways to do it but you can try this and great job
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