Submitted almost 3 years ago
Testimonials grid section challenge hub rica999
@rica999
Design comparison
SolutionDesign
Solution retrospective
Hi...a new challenge completed. Any sugestion is good received. Thanks. Good Luck everyone.
Community feedback
- @optimusprime202Posted almost 3 years ago
Hey @rica999, You are doing a good job!
Marked as helpful1 - @zeerobitPosted almost 3 years ago
Good work completing this challenge, it looks good. Here are a few pointers:
- for this type of testimonial card design, the proper html semantics to use would be
figure
to wrap the content of each card,figcaption
to wrap the names, title andblockquote
to wrap the paragraphs. You can read more about it here - Replace the h1, h2 with the p element since they're paragraphs
- use rem instead of px since px is not scalable
- add a max-width to your container to keep the cards from stretching out too much on large screen
Happy coding !!!
Marked as helpful1@rica999Posted almost 3 years ago@zeerobit Thank you so much!!. I will keep your recommendations in mind in future challenges.
0 - for this type of testimonial card design, the proper html semantics to use would be
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