Tailwind CSS (CDN)

Solution retrospective
I tried to make my implementation as similar as possible. "Perfume" text will add extra 10 px, so I removed it.
What challenges did you encounter, and how did you overcome them?- The
<picture>
tag is useful for using different images based on media queries. - The
rounded-[inherit]
property can be applied to the<img>
tag. - The height of an enclosed text element slightly varies depending on whether it is inline, inline-block, or block.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@lordever
The way which you've chosen by using react and media queries is very good! Good job!
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