Testimonials grid section challenge hub using css grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
To avoid accessibility issues in the future:
- wrap everything in your body in
<main>
OR giverole=""
to the direct children of your<body>
... Click here to read more here - have at least one
<h1>
in your code<section>
and<article>
usually needs a heading, so if you don't need a heading in it, use some other element such as<div>
Good job! :)
Marked as helpful - wrap everything in your body in
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