3-column-preview-card-component using Flexbox and common CSSs

Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
Hmmm there’s some interesting choices in this one. I’m not sure why you’ve added a landscape portion to the media query on this - what happens on large portrait screens, they get the mobile version?
In html the only real issues are the missing footer element for the attribution and use of button elements when you should be using anchor tags
In css try to keep specificity low. No need to have a class on a div as selector when the class alone would do
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