3-column-preview-card - html, sass

Solution retrospective
hello everyone!
it's been a while since my last challenge because i've been really, really busy. i hope my coding skills isn't that rusty yet. so any type of feedback is welcomed and appreciated.
thanks in advance!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, itsmeEVIL! 👋
Welcome back! 😀 And well done on this challenge (don't worry, your coding skills don't seem very rusty)! 😅 The card component looks good and is responsive! 👍
The only minor thing I might point out is that if you're trying to use BEM in your CSS, there should only be one element per classname (meaning you should probably try to write classnames like
main__section-image
rather thanmain__section__image
to keep things standard and consistent in your code). Just a small tip if you aren't aware. 😉Keep coding (and happy coding, too)! 😁
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