Testimonials grid section using SCSS and CSS Grid

Solution retrospective
I'm proud of how clean and responsive the layout turned out. I structured the HTML semantically and used SCSS to manage styles more effectively and Grid to make it responsive. If I could do it again, I would try implementing the same layout using a JavaScript framework like React to push myself further.
What challenges did you encounter, and how did you overcome them?Positioning the cards properly using CSS Grid was initially tricky, especially with different column spans at different screen sizes. I overcame this by carefully analyzing the layout using DevTools and testing with media queries. Additionally, working with nested SCSS helped manage styles more cleanly.
What specific areas of your project would you like help with?I'd like feedback on:
How I structured my SCSS (e.g., nesting, readability)
Responsiveness at unusual breakpoints
Best practices for image accessibility and alt text
Any SCSS optimization or structure advice
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Abdukadir Ibrahim's solution.
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