Design comparison
SolutionDesign
Solution retrospective
I'm open to feedback and any suggestions on how to improve this solution or achieve better performance.
thanks.
Community feedback
- @piushbhandariPosted 11 months ago
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 helpful0
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