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 link profile

HTorike 20

@HTorike

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Franck 180

@SFN98

Posted

your solution looks good, but i have some changes that you can make for the next solution. first of all try to use semantic HTML the more possible, so you can use <main></main> then to center correctly an element on the page you can use this css code:

body{
min-height:100vh;
display:flex;
justify-content:center;
align-items:center;
}

Also you forgot to insert the favicon

Marked as helpful

0

HTorike 20

@HTorike

Posted

@SFN98 thank you very much for the solution. I was a little lost on how to center an element on the page, I didn't remember how to do it. But thank you very much!

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