Submitted over 1 year ago
Social Proof Section Using Flexbox, SASS, and BEM
@bkpecho
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
- @pperdanaPosted over 1 year ago
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 blankfor 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 GitHubJoin 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