Basic HTML and CSS 2

Solution retrospective
How can I make a correct use of align items: center?
Everytime I try to center elements vertically I am not able to figure out how it works, but justify content: center works well.
Best solution to center the stats and stat headings? Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @KristaCalleja
Hi... I accessed your site and added this in console: body .card-container { align-items: center; height: 100vh; } Adding the height will center the card-container. Good luck!
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