
Product Preview Card Component Solution
Design comparison
Solution retrospective
I'm proud of trying SCSS for the first time. It made my workflow easier and helped me structure my code better. Next time, I will plan the responsive layout from the start to make it easier to scale for all screen sizes.
What challenges did you encounter, and how did you overcome them?I had trouble understanding and using the clamp() function for responsive layouts. However, by trying different values and looking at examples from trusted sites, I learned how to use it well.
What specific areas of your project would you like help with?I'd like to learn more about advanced CSS and SCSS techniques, especially how to create more effective and reusable styles. I'm also keen to find out more about clamp() and how to make future projects more accessible.
Community feedback
- P@RahexxPosted 4 months ago
Good job! You wrote excellent HTML and made great use of the BEM methodology. Additionally, you ensured the website is fully accessible. There's only one small issue in your HTML: you're missing the
alt
attribute on your shopping cart icon.Your variables are readable and well-organized, making it easy to understand what is where. Using
filter
was definitely a good choice. Your combination of BEM and Sass nesting is spot on. Nice touch with adding transitions!You've made great progress—keep it up!
Marked as helpful1 - P@wraith-wallPosted 4 months ago
Well done. HTML is semanic, layout is good, code looks well-structured, readable, and reusable.
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