Huddle landing page with a single introductory section
Design comparison
Solution retrospective
I have a question. How to decide the whole layout dimension for mobile and desktop ? when I am adding background image, should I add it to "body" or "main container" ??? When I am checking this on mobile it was not full screen. Please give me suggestion and ideas regarding this. That would be very helpful.
Community feedback
- Account deleted
For me and based on my experienced
I never used background-image in the body element especially if the webpage have multiple <section></section> or <div class="container"></div> but if ever you want to wrap the component you created in this challenge an image just add the image in the body element and if you're curios if your solution is correct yes is totally correct even though you put the background-image inside of <div class="container"></div> because the challenge you completed is an a component to the webpage.
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