Responsive mobile first testimonials grid layout

Please log in to post a comment
Log in with GitHubCommunity feedback
- @glowri57
Hi LaStellaa, your code is very nice and I loved how you used
grid-template-areas
for the grid. There is one major thing I noticed in your html file, you hadh3
first beforeh2
. Order is very important for semantic and SEO purposes. Ensure that there is always anh1
in your document. You can make the display of h1display:none
so it would not be visible. Check the article below to understand more. Why heading order matters in HTMLMarked 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