Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Stats Preview Page with css flex

@Clement1kalu-okereke

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I am open to Constructive criticism concerning this project

Community feedback

Eseoghene 550

@EseAlli

Posted

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

@Clement1kalu-okereke

Posted

@EseAlli Thanks very helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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