Submitted 4 months ago
Testimonials grid section using css grid, flexbox and sassy css
@HamzeKabi
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I have a somewhat good understanding of CSS Grid. grid-template-areas is a life saver.
What challenges did you encounter, and how did you overcome them?Organizing the head part of card(profile image, name and "verified graduate") was a little hard. I wanted to create it using css grid, but I was unsuccessful, I used flexbox twice(flexbox inside flexbox) to create it. I'd like to know how others have created it.
What specific areas of your project would you like help with?DRY. Reducing redundancies
Community feedback
- @laura-nguyenPosted 3 months ago
I also used flexbox for the head part of the card and that is okay. I like how you used grid-template-areas as your approach for the desktop layout. I would try to improve on the HTML semantics for readability.
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