Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
A few things you can do to fix.
- You forgot to make it responsive, for small screen sizes.
- There is no overlay on the image.
Change this in the CSS to better fit the image.
.second img { height: 100%; width: auto; border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
1
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