Stats preview card ❤ HTML, CSS-flex

Please log in to post a comment
Log in with GitHubCommunity feedback
- @devaramnye
Hello,
you can center your project by:
body { min-height: 100vh; display: flex; justify-content: center * To center the items of the flex container horizontally align-items: center * To center the items of the flex container vertically }
Marked as helpful
Join 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