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

grid

Carlos Flores• 120

@CFlores9812

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


hey if i could get some feedback on the code. Its probably easy to do but i was not able to center the grid container on the page

Community feedback

Guilherme Magno• 300

@devMagno

Posted

Hello! Good joob on the challenge, it really looks pretty good!

To center the grid container you can easily just style the body element like this:

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

Happy coding bro 👊.

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