Submitted almost 3 years ago
Testimonials grid section using semantic HTML5 and CSS Grid
@AngeliqueDF
Design comparison
SolutionDesign
Community feedback
- @martinelias1312Posted almost 3 years ago
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!
1@AngeliqueDFPosted almost 3 years agoThanks, @smradupan! I somehow missed adding the main element. I have changed that and the CSS to make it more legible.
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