Product preview card component using CSS flexbox & mobile-first

Solution retrospective
- Why Frontend Mentor give desktop width - is this for breakpoint, Because i didn’t use it any where.
- why i am having a space between image section and text section. Because of this i have to use position relative and top property.
#product-image { position: relative; top: 3px; }
Thanks for the help in advance.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Abhishek Baliyan'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