Design comparison
SolutionDesign
Community feedback
- @3koriPosted 7 months ago
Hi @elishabhatti,
Excellent work completing this project. It looks amazing!
Just a suggestion to make it even better.
Instead of using
flex-box
on the container, consider applying it on the body like belowbody { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
The
min-height
will help with centering the container vertically.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