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

Testimonials grid section

@NJR911

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


first time using Grid.

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Hi Mohamed Nejjar, how are you?

I really liked the result of your project, but I have some tips that I think you will enjoy:

To centralize your content, prefer to do this:

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

The document should have one main landmark, to solve this accessibility problem, wrap all the content with the main tag, since this project is based on just one section!

The rest is great!

I hope it helps... 👍

Marked as helpful

0

@NJR911

Posted

@AdrianoEscarabote Hi! thank you for your feedback that's really helpful, i'll try to do that next time.

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