Product Preview Card Component – Responsive Layout with Flexbox

Solution retrospective
I'm proud of how the project maintains a clean and responsive design across different screen sizes using a mobile-first approach. Next time, I would optimize the CSS further by utilizing utility classes to reduce repetition and explore CSS Grid for layout structuring.
What challenges did you encounter, and how did you overcome them?One challenge was ensuring image scaling worked correctly on different screen sizes. Initially, the images were not adjusting properly, but using the <picture> element and object-fit: cover; helped maintain a consistent look. Another challenge was aligning text properly inside the card while keeping spacing uniform. Flexbox helped in structuring the layout efficiently. And also I'm not convenient in using sass yet.
What specific areas of your project would you like help with?I would appreciate feedback on improving code efficiency, particularly in CSS structuring. Most especially, sass.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Abdulgafar-Riro's solution.
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