Submitted over 3 years ago
Testimonials Grid Section using SCSS and grid
@Kpersaud-Dev
Design comparison
SolutionDesign
Solution retrospective
Any feedback regarding grid would be appreciated. Thank you!
Community feedback
- @pikapikamartPosted over 3 years ago
Good work in there. Regarding your grid, it is good, but a quick tip. Instead of using
grid-column-start
andgrid-column-end
you could just usegrid-column
. Agrid-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 withgrid-column-start: 1
andgrid-column-end:2
. The same goes withgrid-rows
it is a shortcut^0
Please log in to post a comment
Log in with GitHubJoin 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