A testimonials grid section - built using CSS Grid

Solution retrospective
I'm most proud of how deeply I leaned into CSS Grid and truly understood its power—especially using grid-row
and grid-column
to control layout across breakpoints without touching DOM order. If I were to do it again, I'd explore adding motion or accessibility enhancements earlier in the process now that the layout foundation feels rock solid.
One challenge was handling the shifting layout order between tablet and mobile—especially making sure card placement stayed visually consistent without changing the HTML. I overcame this by using explicit grid-row
assignments per breakpoint, which gave me full control over the layout flow while keeping the markup clean and accessible.
N/A
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@21Kl3v1s21
looks amazing and right on point, you just forgot the quotation mark on the purple card
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