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 website with CSS grid

dkvel 50

@Theguydev

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


Why do I have scrollbars and how come the card on the far right no longer takes the length of the whole container when I change the display(Among the last lines)

Community feedback

@gchristofferson

Posted

Hey @Theguydev ✋

Your scroll bar is because of this media query:

@media only screen and (min-width: 800px)
body {
    min-width: 100%;
}

Just remove that and your scroll bar will disappear.

To make the card on the far right take the length of the whole container, you need to add min-height: 100% to .Testimonial-5.

I hope that helps! Keep up the great effort!!

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