Submitted over 1 year ago
Huddle landing page with a single introductory section with flex
@fisaavedrae
Design comparison
SolutionDesign
Community feedback
- @gumrahsindarPosted over 1 year ago
Hi there 👋 To fix background image problem, both mobile and desktop version you can do these:
- Add to body
background-size: contain;
- Add to @media body
background-size: cover;
andheight: 100vh;
After that, you will see that bg image issue fixed. 👊
Marked as helpful0 - Add to body
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