Four Card Feature Section using HTML and SCSS / SASS

Solution retrospective
I really like how I switched between grid and flexbox interchangeably to make the desktop version match as closely with the preview image.
What challenges did you encounter, and how did you overcome them?I struggled slightly to get the font sizing right, which was just trial and error.
What specific areas of your project would you like help with?Any advice on my general structuring or things like that. Thanks guys!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Leccon1
in the html code you used BEM a little incorrectly, for example, instead of the class name card-container, you could have done it like this: card__container, so you declare a new block. Or, instead of creating a separate class blue, etc. you could have done it with the card modifier, example: card--blue. But overall, the work is very good, you can be proud of yourself ;)
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