Design comparison
SolutionDesign
Solution retrospective
Tell me your feedback
Community feedback
- @VCaramesPosted about 2 years ago
Congrats @Serg1oxD on completing this challenge!
Currently, your background is repeating itself and isn't talking up the entire screen, fix this, add the following to your <body> element:
body{ min-height: 100vh; background-repeat: no-repeat; background-size: cover; background-position: center; }
You'll also want to change your
background: url("images/bg-desktop.svg");
tobackground-image: url("images/bg-desktop.svg");
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