Design comparison
SolutionDesign
Solution retrospective
Hi , please look my code and provide suggestions.
Community feedback
- @visualdennissPosted over 1 year ago
Good work there!
Instead of using on the whole section like so overflow: hidden; Make the images background images and use them like so: background: url( path) .. and position it with background-position. Its overflow will be clipped automatically without effecting other elements. this way you can solve the issue with box being not displayed fully. You can position it like you did with position absolute + relative for the container.
Hope you find this feedback helpful!
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