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

Testimonial Page

P
Clyo 130

@clyo

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?

Looks pretty close to the design

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

media query for screens under 500px isn't working.

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

media query for screens under 500px isn't working? Any pointers for this would be appreciated.

Community feedback

@lowlifehighway

Posted

Hey, nice work went through your css and figured it out. The reason it seems like your media queries aren't working it cause you have grid-column and grid-row set on each individual element

so you could change each one in your media queries or use a css selector to select all the children of <div class='container'>

.container>div{
grid-column:auto;
grid-row:auto;
}

Marked as helpful

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