Responsive mobile-first workflow using NextJS 13 + Tailwind CSS

Solution retrospective
Trying Headless UI in this challenge
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jcbotero
Hi Willy. Nice code!. I think you forgot to crop the main image in order to make the design more precise.
You can do this by using the (CSS) overflow property. This must be used in the image container div (parent div). like this:
selector { overflow: hidden; }
If you think this helped you, please mark it as helpful. Thank you!
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