Testimonials grid section

Solution retrospective
Built with 🧱
- Big amount of patience
- Semantic HTML5 markup
- SCSS
- Grid
- @media
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdul
Hello there well congrats on finishing the testimonials gird section ✨
- A few lines of suggestions for improve your code
- there are one Accessibility reports
- What that Accessibility reports ?
- The html page Must be contained one main landmark
- The main landmark should be a top-level landmark. When a page contains nested document and/or application roles (e.g. typically through the use of iframe and frame elements), each document or application role may have one main landmark..
- for easy way
- Ex :
<body> <div class="main-container" role="main"> //Whole html code here 🏷️ </body>
- I Hope it's useful for you 😃
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