Design comparison
SolutionDesign
Solution retrospective
the biggest challenge i faced in this project had to do with the large image in the upper right side, and how it continues off of the page. the issue i was running into was that it was either creating a horizontal scroll bar or if i declared the content wrapper as overflow:hidden, too much of it was being cut off. I eventually found a way to make it work by declaring the html element to have overflow-x: hidden but i would love to hear if there's a better way to do it.
Community feedback
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