Design comparison
SolutionDesign
Solution retrospective
centering the div
Community feedback
- @Bishalsnghd07Posted 9 months ago
Hi @olalois
Congrats for completing this challenge🎉
-
Your Question regarding centering the div For that, you have to follow best practice instead of using absolute, you can simply apply this:
display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh;
Hope, this suggestion will help you to centering the div
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