Responsive testimonials-grid-section create with CSS Grid
Design comparison
Solution retrospective
I'm glad I've improved in my coding 😘😊😍
I quite doubt how I used margin on the body
Any suggestion is highly welcome.
Community feedback
- @correlucasPosted over 2 years ago
👾 Hello Garang, congratulations for your solution!
Its really well done your solution, the design is almost perfect. There's only few things to fix to get the result as the reference image.
I've some tips for you:
1.About the
design
, the quotation mark needs a little bit ofright padding
, is to near to the card bound and the border around the profile photo is only for the purple and black card.2.Instead of using
p
you can useblockquote
for the quote text. It helps to improve your semantic highlighting exactly what that element is.3.To center your component all you need is to add the property
height: 100vh;
to the body.body { min-height: 100vh; }
I hope it helps you Garang, keep it up! You're improving since the first challenge I saw.
Marked as helpful1@garang-dengPosted over 2 years ago@correlucas thanks a lot man your tips has helped me, I hope it's better now.
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