Submitted almost 2 years ago
Responsive mobile-first workflow using NextJS 13 + Tailwind CSS
@wllyvx
Design comparison
SolutionDesign
Solution retrospective
Trying Headless UI in this challenge
Community feedback
- @jcboteroPosted almost 2 years ago
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 helpful1@wllyvxPosted almost 2 years ago@jcbotero I didn't realize that! Thank your for the correction sir!
0
Please log in to post a comment
Log in with GitHubJoin 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