Responsive testimonials grid section using grid and hover effect.
Design comparison
Solution retrospective
Responsive design by using grid and hover effect.
Community feedback
- @correlucasPosted over 2 years ago
πΎHello ALGIRDASU, congratulations for your new solution!
Great solution and amazing grid layout, the details are perfect. I've only one tip for you about semantics, I saw that you've used
section
to wrap all the cards, you can improve even more the code semantic usingarticle
for each card and<blockquote>
to wrap the paragraph with the text content quote. This will make your solution even better.But I've to say that you've done an amazing work, not everyone that finishes this solution by first with this level of detail.
π I hope this helps you and happy coding!
Marked as helpful0@AlgirdasUPosted over 2 years ago@correlucas Thank you Lucas, I appreciate your advices. I've inserted every card in to <article> as you suggested, but I didn't understand what you mean "and <blockquote> to wrap the paragraph with the text content quote." ? Because all quotes I've inserted to <blockquote>, should I wrap something else? I am a beginner in coding so sorry for a stupid question. :)
0@correlucasPosted over 2 years ago@AlgirdasU no I guess now everything is optimazed, with the best tag for the situation π
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