Responsive testimonials grid using CSS Grid

Solution retrospective
I'm proud of having replicated the layout accurately and responsively using CSS Grid. Next time, I’d like to focus more on avoiding hardcoded widths to make the layout more flexible and scalable.
What challenges did you encounter, and how did you overcome them?One challenge was organizing the grid areas to match the design for both desktop and mobile views. I overcame it by carefully using grid-column, grid-row, and media queries to align the cards as needed.
What specific areas of your project would you like help with?I’d appreciate feedback on the use of fixed widths inside the cards and how to make the layout more fluid and adaptable across different screen sizes without relying too much on pixel values.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Fernando Luis Pizarro'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