
Submitted 25 days ago
Responsive Four Card Feture built using HTML, CSS, and Sass
#cube-css#sass/scss
@Filostkana
Design comparison
SolutionDesign
Community feedback
- P@amancalledkiddPosted 18 days ago
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!
1
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