Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
My screenshots seem to have a lot of white space below the content. Is this normal (for screenshots) or can I get rid of it?
Community feedback
- @OmprakashRPosted 5 months ago
Hi,
Congratulations!!
1st approach..
- add height to container { height:100vh;}
- as you add two main div's. .container and .attribution group in one div ..
like ......................
<div > <div class="container "></div> <div class="attribution"></div> </div> ..........................2nd approach..
add 100vh height to the body and background using flex and grid to the body you can center a div and remove extra whitespace. also use the same group approach.
Thank you !!!!
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