Design comparison
Solution retrospective
Please help me, I am trying grid for the very first time, if there is any suggestions please do let me know. Thank You...
Community feedback
- @correlucasPosted over 2 years ago
👾 Hello Akash, congratulations for your first grid solution!
I've looked your solution live site and the grid layout is good done mobile and desktop, you did good. The few things you can improve is the background that's not gray and the font sizes for the cards, the rest is all fine.
About semantics instead of using div is better you use
<section>
for the card testimonials and <blockquote> to wrap the paragraph with the quote text instead of a simple<p>
since blockquote describes exact these kind of content.Hope it helps and happy coding!
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