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

Dynamic Social_Links Page

ABAH 30

@ABAHDAVID1

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 are you most proud of, and what would you do differently next time?

I am proud of starting and completing this solution from scratch alone without no help. But there is no self made man! So I'm looking forward to learning new things from some guru in this great platform! THANKS

Community feedback

@SvitlanaSuslenkova

Posted

I see you added flex, but your project didn't align to the center. The problem is you should add to your flex also min-height: 100vh; Currently, the height of the body is the same as the component in it.

0

ABAH 30

@ABAHDAVID1

Posted

@SvitlanaSuslenkova Thanks miss... your contribution means a lot to me! i will work on it.

0
MikDra1 5,610

@MikDra1

Posted

I encourage you to use this technique to make the card responsive with ease:

.card {
width: 90%;
max-width: 37.5rem;
}

On the smaller screens card will be 90% of the parent (here body), but as soon as the card will be 37.5rem (600px) it will lock with this size.

Also to put the card in the center I advise you to use this code snippet:

.container {
display: grid;
place-items: center;
}

Hope you found this comment helpful 💗💗💗

Good job and keep going 😁😊😉

0

ABAH 30

@ABAHDAVID1

Posted

@MikDra1 You made my day! Thanks, I am grateful for your contribution!

0
MikDra1 5,610

@MikDra1

Posted

@ABAHDAVID1

If you appreciate please mark this comment as helpful it makes me write more useful content 😁

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