Testimonials component using grid and flex layouts and css variables

Solution retrospective
I started to feel more fluent about grid, flex and CSS in general.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Efelipa
Great solution Yulia, Both the design and the code are clean, superb. An efficient way to use grid could be to create a structure where only the cards are placed.
<section class="grid | other classes"> <article> ... Card header and stuff </article class="card"> </section>
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