Design comparison
Solution retrospective
Hello, Frontend Mentor coding community. This is my solution for the Testimonials grid section.
I doesn't have much to say about this challenge, it was a way for me to practice grids, which I didn't really use until now. I'm happy with the current result, and I will use both Grid and Flexbox for now.
As usual, feel free to give feedbacks on my work.
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Laharl, Congratulations on completing this challenge!
Great code and great solution! I did this challenge too and know how much is hard to set up this
grid layout
. I think you've done a really good job building everything! Here's some tips for you:You’re in the right track I can see that you’ve used the majority semantic tags possible for this challenge, the only block you’ve missed is the paragraph containing the
quote text
you can improve the accessibility there using<blockquote>
to indicate to screen readers that the content inside that paragraph is a quote.Save your time using a CSS RESET to remove all default settings that are annoying as the margins, paddings, decorations and optimize it making easier to work,see the article below where you can copy and paste this css code cheatsheet: https://piccalil.li/blog/a-modern-css-reset/✌️ I hope this helps you and happy coding!
Marked as helpful1
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