Design comparison
SolutionDesign
Solution retrospective
all feedback is welcome
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Michel, congratulations for your solution!
You solution is just amazing, all the component and elements are matching the design. Congrats.
But there is a small problem with the background that's not displaying full height, to fix that you need to apply
min-heigh: 100vh
and a property for the background, see the fixes below:body { min-height: 100vh; background: url(images/bg-pattern-top-desktop.svg) ,url(images/bg-pattern-bottom-desktop.svg); background-position: left top, right bottom; background-repeat: no-repeat; background-size: cover; }
Hope it helps and happy coding!
Marked as helpful0
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