Responsive Four Card Feture built using HTML, CSS, and Sass

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@amancalledkidd
Great work on the solution!
Good use of semantic html, in future try to avoid use of div as a header
<div class="header">
instead you can use<header>
as it better for Seo and accessiblity. Also include an alt text for images for accessibility.Layout looks great on mobile and desktop.
Code is well structured, SCSS use is great! The different stylesheets make code very readable.
Overall great job on the solution, hope the feedback helps!
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