Social proof section using semantic HTML and Sass

Solution retrospective
Hey! It's my first time using Sass in any of my projects, so I spent most of my time reading the documentation to see if I could implement things faster or easier. My selectors ended up a bit more specific than I like, but I think it's okay.
Feedback on any part of my code is welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
Hi
This looks great for such an early challenge. I would try to fix the alignment to match the design on desktop to make it look more polished/finished. See how everything aligns at the top and on both sides in the design? Designers are insistent with details like that as it's a core principle of good design ☺
In the html
- if you use section, you have to include a heading. On this design it would need to be a screenreader only one. But as all content on this is related, I'm not sure 2 sections are necessary
- remember uls are block elements already. Only wrap in an extra div if you need to
- if multiple footers are used on a page, they all need aria-labels (even if used within an article/blockquote) I would probably advise wrapping the quote in a figure and using figcaption instead for the author info, or making that author info into a heading above the quote... Bottom line is there is no fully accepted standard for this type of content but
figure > blockquote + figcaption
seems to most widely accepted as correct these days
I hope that helps
Marked as helpful - P@palgramming
⭐⭐⭐⭐⭐ Look really nice... Great Job!!
- @exist08
perfect
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