Submitted about 3 years ago
Testimonials grid section (Html, CSS, CSS Grid, CSS flexbox)
@koalalikecode
Design comparison
SolutionDesign
Solution retrospective
This is a wonderful project for practicing your CSS grid skills. I appreciate any suggestions or advice.
Community feedback
- @palgrammingPosted about 3 years ago
Not saying this is a perfect solution to your challenge but you should play with this setting to see what is happening On your
.container
Changegrid-template: 284px 264px/ 258px 258px 258px 258px;
To thisgrid-template: 1fr 1fr/ 1fr 1fr 1fr 1fr;
Then add thismargin: 2em;
Marked as helpful0
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