Submitted about 1 month ago
Responsive testimonials layout using Grid CSS
@sebamarques
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
That i did it
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?I really don't know, if you found or see something weird or that i should correct, please write it down
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hello Sebastián Márquez, how are you? I was really pleased with your project, but I’d like to offer some advice that might help:
I noticed that your component is growing a lot at higher resolutions, to solve this we can do the following:
.testimonials { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-areas: "one one two five" "three four four five"; gap: 2em; width: 80%; margin: 50px auto; max-width: 1110px; }
The rest is spot on.
Hope it’s helpful to you. 👍
1
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