Responsive Product Preview Card Component

Solution retrospective
I learned to use picture element to serve different images sizes on different devices and learned Sass basics.
What challenges did you encounter, and how did you overcome them?The challenge was to figure out the good breakpoints
What specific areas of your project would you like help with?I appreciate any feedback and improvement tips, especially on responsiveness and breakpoints, also on semantic html. Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @big-hero-dev
I suggest using
article { overflow: hidden; ... }
for styling so that the img element no longer needs border-radius.
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