Responsive Product Card Component

Solution retrospective
This time, I built the solution with a responsive approach, which I learned from Kevin Powell. It was difficult to think that way, but I got it done. Next time, I want to implement this using React and SCSS or another CSS preprocessor.
What challenges did you encounter, and how did you overcome them?I initially created a wrapper that took the full width and height of the body, inside which I placed the product card. However, I faced issues managing responsiveness for both mobile and desktop versions. The extra wrapper was causing layout conflicts, making the design break on different screen sizes. After identifying this issue, I removed the wrapper, and everything started working fine.
What specific areas of your project would you like help with?I feel like my CSS is too long, and I'd like to make it more concise while following industry best practices. I'd also appreciate any suggestions for improving structure, readability, or efficiency
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on bhavesh bhanushali'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