Testimonials component using grid and flex layouts and css variables
Design comparison
Solution retrospective
I started to feel more fluent about grid, flex and CSS in general.
Community feedback
- @redizorkPosted 3 months ago
You have no responsive design on this..
Marked as helpful1@YuliaLantzbergPosted 3 months ago@redizork You are right. It was a bug in my media query. Now fixed. Thank you so much for pointing out
1 - @EfelipaPosted 3 months ago
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>
0@YuliaLantzbergPosted 3 months ago@Efelipa Hi Erik. Thank you so much for your feedback. But I think I didn't really understand what you meant. I have a div with class 'cards' serving as a grid element container, so this container is actually the structure you are talking about. Or you meant something else and I've missed the point?
0
Please log in to post a comment
Log in with GitHubJoin 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