Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links Profile with HTML and SCSS

@sonmikrafft

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

@OmprakashR

Posted

Hi,

Congratulations!!

1st approach..

  1. add height to container { height:100vh;}
  2. 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

0

Please log in to post a comment

Log in with GitHub
Discord logo

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