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

Basic Social Links Profile using HTML & CSS

Austin 200

@austin5141

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

P
Moa Davou 310

@moadavou

Posted

Great work on completing this project!

  • In your HTML you wrap the h1 and h2 tags in a div. This is unnecessary since you can just put the id on the h1 or h2 tag like this: <h2 id="location">London, United Kingdom</h2>
  • Class names have a higher specificity than id´s. I'm not an expert on this, but I believe that class names can be easier to use for that reason.
  • Don't use px for font-size. This unit is not responsive and won't change depending on the user's settings.
  • You can't set font-weight in pixels. Just use a number. For example: font-weight:700;
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