Design comparison
SolutionDesign
Solution retrospective
- Would like to know if there is other way to center the card div
Community feedback
- @mateuscgoncalvesPosted about 3 years ago
Hello MUAAZ08'S
Another way to center the card in this case is:
body { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
This should work.
Best,
Mateus.
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