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 using SCSS and grid

@Kpersaud-Dev

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 regarding grid would be appreciated. Thank you!

Community feedback

@pikapikamart

Posted

Good work in there. Regarding your grid, it is good, but a quick tip. Instead of using grid-column-start and grid-column-end you could just use grid-column. A grid-column takes 2 input or 3, like this. grid-column: 1 / 2 this means, take the column starting at column 1 to 2, it is the same with grid-column-start: 1 and grid-column-end:2 . The same goes with grid-rows it is a shortcut^

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