Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

CSS Grid

@rameshkmunjal

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Ahmed Bayoumi 6,740

@Bayoumi-dev

Posted

Hey Ramesh, It looks good!... You have some issues you need to fix.

  • Document should have one main landmark, Contain the component in <main>.
<main>
   <div class="container">
      //...
   </div>
</main>
  • All page content should be contained by landmarks, Contain the attribution in <footer>.
<footer>
   <div class="attribution">
      //...
   </div>
</footer>
  • An img element must have an alt attribute, to provide alternative information for an image if a user for some reason cannot view it.

I hope this is useful to you... Keep coding👍

Marked as helpful

0

@rameshkmunjal

Posted

@Bayoumi-dev Thanks very much for your valuable feedback. Hoping such support for all my future endeavours. Thanks again.

0

Please log in to post a comment

Log in with GitHub
Discord logo

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