Social Links Profile with HTML and SCSS

Solution retrospective
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?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @OmprakashR
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 helpful
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