Card with HTML, CSS and SASS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @thisisharsh7
Hey, congrats on completing the challenge! Great job managing typography using rem units and the use of CSS custom properties makes the code maintainable.
One suggestion: try removing unused or irrelevant files/folders like
active-states.jpg
,mobile-design.jpg
, or temporary images likeimage.png
,preview.jpg
, etc. Keeping your file structure minimal and clean helps maintain focus.Your use of Sass variables and
clamp()
for font and size responsiveness is a solid touch. Also, the overlay effect is nicely done.Try modularizing large Sass blocks into partials (
_card.scss
,_variables.scss
, etc.) in your next project. You can also explore setting up a reset or base layer to ensure consistent spacing and box behavior across browsers.Overall a good work - happy coding!
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