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

Social Proof Section Using Flexbox, SASS, and BEM

Bryan King Pechoβ€’ 230

@bkpecho

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello Everyone! I would love to hear your thoughts and feedback on my solution! Please feel free to leave comments or suggestions. I'm open to learning and improving my skills, and any feedback would be greatly appreciated. Thank you!

Community feedback

Panjiβ€’ 2,110

@pperdana

Posted

Hello thereπŸ‘‹!! Congratulations on completing this challange.

  • I have some additional recommendations for your code that I think you'll find interesting and valuable.

πŸ“Œ Image element do not have alt attributes or you leave it blank

for example code

 <img
  src="./images/image-irene.jpg"
  alt=""
  class="card__buyer-avatar"
>

In this code you should add alt in your code

 <img
  src="./images/image-irene.jpg"
  alt="irene"
  class="card__buyer-avatar"
>
  • This alt attribute provides alternative text for images, which is important for accessibility purposes. Screen readers, use the alt attribute to read out loud what the image is about, allowing visually impaired users to understand the content of the page.

I hope you found this helpful! 😊

Happy codingπŸ€–

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