Social Proof Section using SASS, Flex and BEM

Solution retrospective
Hi Guys! Here is my solution for the Social Proof Section challenge. Any feedback is greatly appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello ,Deborah Robbiano Congratulations on completing this challenge!
Amazing to see your progress since your first challenge, the mobile and desktop version are perfect and I liked a lot the hover effect on the card with the quote. Nice job.
You did a really good work here putting everything together, something you can improve its your code html markup and semantics. You can replace the
<div>
that wraps each card with<article>
you can wrap the paragraph with the quote with the tag<blockquote>
this way you'll wrap each block of element with the best tag in this situation. Pay attention that<div>
is only a block element without meaning.✌️ I hope this helps you and happy coding!
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