Submitted over 3 years ago
3-column preview card component solution (HTML5, CSS3, FlexBox)
@imfabra
Design comparison
SolutionDesign
Solution retrospective
Thanks for reviewing the solution. Do you recommend using the BEM methodology?
Community feedback
- @AdryannMillosPosted over 3 years ago
You achieved a very good answer! Looks really good on mobile and on desktop. I think that you could make the code a little less repetitive in lines like border radius bottom left an border radius bottom right ( just an example), You can right just border radius: 0 0 "x" "x";
0@imfabraPosted over 3 years ago@AdryannMillos Thanks for the comment, I am learning how to use the BEM methodology to reuse code, which makes the number of lines stretch. I will consider refactoring following your advice.
0
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