Testimonials grid section using semantic HTML5 and CSS Grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- @martinelias1312
Hello @AngeliqueDF,
for better accessibility i recommend:
-
using <main> to wrap all testimonials
-
using <footer> to wrap signature (.attribution)
-
using more class and id selectors and then be precise in selecting in your CSS. (now its harder to read the code while there is something like: body > article:nth-child(4) header img)
Btw, nicely done on page responsivenes!
-
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