Testimonial-grid solution using HTML and CSS.
Design comparison
Solution retrospective
Not as straight forward as expected but it finally worked for me. Indeed, there are many ways to kill a rat. Questions, recommendations and comments will be highly appreciated.
Community feedback
- @VCaramesPosted about 2 years ago
Hey @kibiwotkosgei, great job on this project!
Some suggestions to improve you code:
-
For accessibility purposes, it’s best to use rem/em instead of px for your CSS property values.
-
For each of the quote themselves, its semantically better to wrap them in The <blockquote> element. The <blockquote> element indicates that the enclosed text is an extended quotation.
Here's a link with more details on it: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote
Happy Coding!
Marked as helpful1 -
- @kibiwotkosgeiPosted about 2 years ago
Thank you @vcarames.Working on it as advised.
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