3-column-card BEM

Solution retrospective
This was more challenging than I thought it would be. I don't fully understand grid yet. Working on it. I always end up feeling my code could've been cleaner. Also, first attempt to implement BEM. I haven't grasped it yet. :) Feel free to comment!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Kamasah-Dickson
Your solution looks great and to help you with the accessibility issue 1.There should always be an h1 in your projects. It should be the first head tag you use. And should reduce in descending order. h1....h6
Happy coding🎉
- P@Mario97M
Looks good. I would say for this project all you need is flexbox, not grid. Grid is good if your your containers go in two dimensions, both horizontal and vertical, Flexbook is good if you only have one dimension. Since these containers are only going horizontal, flexbox is all you need.
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