Testimonials grid section using CSS Grid

Solution retrospective
Nothing
What challenges did you encounter, and how did you overcome them?Fortunately, nothing.
What specific areas of your project would you like help with?Fortunately, I think it went well. Still, I welcome reviews and suggestions to improve my code and understanding. Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @gmagnenat
Hi, congrats on completing the challenge !
By a first look it's a very good solution. It scales well and you have a good management of the breakpoints and font sizes.
I have little suggestions about the code
- You could use a blockquote instead of a <p> element for the quotes
- You are targetting the quotes with a data-attribute of the user name. If all the quotes change to different users the stylesheet doesn't make much sense and isn't very maintainable. Try to use more generic targetting like nth-of-type for example.
Keep up the good work :) and happy coding !
Marked as helpful
Join 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