Submitted about 2 years ago
Stats Preview Page with css flex
@Clement1kalu-okereke
Design comparison
SolutionDesign
Solution retrospective
I am open to Constructive criticism concerning this project
Community feedback
- @EseAlliPosted about 2 years ago
Hey Clement, awesome work. To center the component in the middle of the page, you can use flex like this:
body{ min-height: 100vh; display: flex; justify-content: center; align-items: center }
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