Submitted over 2 years ago
Testimonials Grid section with HTML, CSS and Grid
@KingJosephI
Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Joseph Kabemba, congratulations for your solution!
Your grid layout is really good done, but you need to give some
max-width
or some horizontal margin to don't let it grow to much, see the code fixes below:main { max-width: 1110px; }
or
@media screen and (min-width: 920px) main { margin: 1.8rem 10rem; }
I saw that you've used
<section>
for all the cards and this is really nice, you can also wrap the quote text with the<blockquote>
tag thats appropriated for that.Hope it helps and happy coding!
Marked as helpful0
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