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

Bootstrap, css flexbox and grid

Patriarch 50

@patriarchpamyeipyeng

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

There is no need to give the body a margin-block, to center the main on the page using flexbox add min-height: 100vh

body{
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

For a responsive content, give the main a max-width of 1440px or width of 80% or a width of 80vw.

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

1

Patriarch 50

@patriarchpamyeipyeng

Posted

I am still learning, so thanks @Hassiai

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