Huddle landing page with a single introductory HTML and CSS

Solution retrospective
My background image is shrinking with change in screen size, I am unable to get desired result please help me out with this.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @marcus-hugo
Looks really good! I had the same thing happening and what worked for me was,
background-position: 0 0; background-size: auto 100vh;
- @mpbrunelle
Hello,
Nice work. To solve the background problem, you could set the background-size property to cover on the body in the desktop media query:
background-size: cover;
Join 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