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 solution

@gayathri-v1

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 tried using CSS flex in this challenge.

What challenges did you encounter, and how did you overcome them?

I tried as much as possible to give the solution as close to the preview. However in the div part of the flex, the border radius thing was challenging.

What specific areas of your project would you like help with?

nothing as such

Community feedback

Teezee86 100

@Teezee86

Posted

nice work!

1

@EMLzmile

Posted

It's super You can use a flexbox in a body and in your container justify-content space-between Applied

body{
  display: flex;
  justify-content: space-between;
}
.container {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
/*Code after*/
}

For center your box 😁 I hope it will build

0

@gayathri-v1

Posted

Hello @EMLzmile , thanks for the feedback. I will try flexbox :)

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