Submitted over 2 years ago
Testimonial Grid Section Built with SASS and BEM
@thefathdev
Design comparison
SolutionDesign
Solution retrospective
Hello guys🙌 So, this is my first time using BEM Methodology in my project, how do you think about it? Any feedbacks are welcome!
Community feedback
- @vanzasetiaPosted over 2 years ago
Hi! 👋
Regarding the BEM, I follow this syntax,
block__element--modifier
where the "modifier" uses double dashes to distinguish from the "element". So, instead ofcard_color_purple
, for me, it should becard--color-purple
.Two things could be improved.
- Firstly, I recommend wrapping the
card__body
withblockquote
since it is a quote. - Secondly, the alternative text for the photos should be the person's name. Alternative text for images should not contain any words that are related to image.
Hope this helps. 😊
Marked as helpful1@thefathdevPosted over 2 years agoWow, thank you so much Vanza!@vanzasetia. Really great feedback🙌
0 - Firstly, I recommend wrapping the
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