Product preview card component- HTML,CSS

Solution retrospective
Any feedback or improvement tips are always welcome and appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @prantiknoor
Hey @tabassum2507. Nice work 🙂.
It looks good on chrome, but in screenshot didn't. If you open the site on Firefox, you wil see as like screenshot.
You can solve this issue by using,
flex: 1 0 50%;
on image.section > img { width: 48%; border-radius: 1.5rem 0 0 1.5rem; flex: 1 0 50%; }
After solving this issue, you can generate new screenshot. I think that will look good. 🎉
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