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

Responsive Testimonial using CSS Grid and Flexbox

Priya Garg 200

@Priya366

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


Anyone who knows "how to vertically center container in this challenge?" please do give your feedbacks. Other than this , every other feedback will also be appreciated. Thanks!!

Community feedback

jimavictor 375

@jimavictor

Posted

Hello there! Awesome work with this project. Looking at your solution.. You can use flex-box to center your container grid by adding the following code to your body styles in your style.css file:

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

Once again, awesome work! Hope this is helpful!

0

Priya Garg 200

@Priya366

Posted

@jimavictor Hey! Thank you for your feedback. Done as you said.

1

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