Submitted over 3 years ago
Responsive testimonial grid section challenge with HTML and CSS
@ImmanuelTenga95
Design comparison
SolutionDesign
Solution retrospective
Hello,
I have just completed my Junior testimonial grid section challenge. Please check it out!
Any comments are welcome, on how I can improve next time. Thanks
Community feedback
- @grace-snowPosted over 3 years ago
Hi
You need to get this much closer to the design if you can in terms of
- colors
- font styles and line spacing
- vertical alignment
- grid max-width
- shadows
- padding (don't use % for this or it won't be consistent as all boxes are different sizes)
Before that though, it's really important to address the html semantics throughout. This is not right at the moment and would be extremely confusing for some users to understand...
- headings must go in order
- article cannot be used for a single paragraph
- bold testimonial paragraph is not a heading, it's a paragraph
- either use figure element for each box, with figcaption for the author name + image; or use heading for the author + blockquote, or use articles for each card with heading for author, paragraphs for quote.
Good luck
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