Testimonials grid section challenge

Solution retrospective
Feedback would be appreciated. 😊
Please log in to post a comment
Log in with GitHubCommunity feedback
- @KwakuAldo
-
Always try and use semantic html, instead of <div class="container"> use the html main element, then section the cards. Avoid using too many divs.
-
you should set a max-width rule for your body element to avoid it over stretching on wider screens, my suggestions is to use max width 1080-1280(anything between these numbers shd be okay for this challenge)
-
Also try and use the font-family that was specified.
Everything else looks good. 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