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

Simple HTML / CSS

Thibaud 140

@thbdmtt

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


Hi everyone !

Every little advice will be appreciated :)

Cheers !

Community feedback

@tl-lucasestevam

Posted

Congratulations to complete this project, you can center all the testimonials by putting the following CSS on the body:

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

In addition, you can also use more semantic tags for citation, such as the blockquote, and also take a look at the mentor frontend report and see the errors found in the code

Apart from that, I think your project is perfect, any doubts just comment!

Marked as 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