Responsive testimonials card using CSS Grid

Solution retrospective
I haven't used CSS grid for a while, but I'm glad I managed to do it correct from start. Of course, I have chosen the most basic approach, but I will refine my CSS grid skills for the next projects. I also start to understand better the use of SASS and how it can keep my code clean.
What challenges did you encounter, and how did you overcome them?I wanted to get the most out of SASS and to use the mobile first approach. I learnt how to use @mixin for media queries and will use this approach for my further projects.
What specific areas of your project would you like help with?I am ok for now, thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @HamzeKabi
Hi bro, good job.
You could write this: grid-template-columns: repeat(4, 1fr);
instead of grid-template-columns: 1fr 1fr 1fr 1fr;
Look into grid-template-areas. It's makes writing grid much easier
Marked as helpful
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