3 Column Preview Card Component with Sass and BEM implementation

Solution retrospective
I am having a hard time setting up border-radius and ended up adding multiple media queries to achieve desired result. I need to learn more. Any feedback or suggestion is highly appreciated, Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @idesmar
Hi Jaycee, regarding your
border-radius
problem, you can set it on the parent container. That would be on.class__container
if I read your code correctly. In the event you encounter problems with contents going beyond your container, you may want to look intooverflow: hidden;
. Hope I was able to help you with that problem.Happy coding!
Marked as helpful - @anoshaahmed
To avoid accessibility issues in the future, have at least one
<h1>
in your codeGood job! :)
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