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-grid-section

@mike15395

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


What are you most proud of, and what would you do differently next time?

I am proud that i learned grid from scratch and implemented it too. I would like to improve my speed next time.

What challenges did you encounter, and how did you overcome them?

Writing responsive code using grid was challenging.

What specific areas of your project would you like help with?

Fourth card(Jeanette) in the grid is not properly aligned as per design(desktop view), help me out with that.

Community feedback

Juan 480

@JEWebDev

Posted

Hello @mike15395!

Very nice job!

I have a few tips to help you improve the design:

  1. Change the body background color to match the design
  2. Center the testimonials grid on the body like this:
body{
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

Happy coding!

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