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

testimonails grid section

Old 6,240

@Old1337

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


any feedback is appreciated

Community feedback

Nam HaÏ 820

@Nam-Hai

Posted

When in mobile display; some card don't take the whole width. To fix this issues add to the class .box : box-sizing: border-box; width: 100%;

width: 100%; will fix the issue alone for mobile display but when back to desktop display, cards will take too much space. This is when box-sizing: border-box; comes into place. This will change how is calculated the content size, which can be seen on firefox dev tool.

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