Social proof section w/ (HTML + CSS)

Solution retrospective
I'm open to feedback and any suggestions on how to improve this solution or achieve better performance.
thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @piushbhandari
nice work.
just one small change: i would make my markup more accessible for screen reader users.
i would change your testimonials into a list like so
<section class="feedbacks">
to<ul class="feedbacks"></ul>
and then<blockquote class="user">
to<li class="user"></li>
would likely need some small styling changes.
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