Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 12 months ago

Social Links Profile using HTML and CSS

Davison141•40
@Davison141
A solution to the Social links profile challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)
Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • Grace•32,130
    @grace-snow
    Posted 12 months ago

    This is missing some essential html. The list of links must be an actual list, with a link inside each list item.

    You also can't have duplicate IDs in html. This challenge doesn't need any IDs anywhere. But if you want to learn about what the ID attribute is for I've written a full post about that: https://fedmentor.dev/posts/id-attribute-masterclass/.

    Other tips:

    • it's better for performance to link fonts in the html head instead of css imports.
    • the max width on the component should be in rem.
    • the component must not have a height.
    • this is extremely difficult to read at the moment because of having multiple style declarations on each line. I recommend you install a linter like prettier to handle formatting automatically for you.
    • to center the component on the screen use flex properties on the body along with min-height 100vh, not huge margins.
    • Font size must never be in px. This is really important. Use rem.
    • on a similar note, this is all really tiny at the moment. The style guide will have said what the font size should me, you just need to convert it to rem before use. That will be the size of the main paragraphs.
    • the links won't need explicit widths. Instead they should be display block or width 100% and the components padding will prevent them hitting its edges.

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Frontend Mentor for Teams

Frontend Mentor for Teams helps companies and schools onboard and train developers through project-based learning. Our industry-standard projects give developers hands-on experience tackling real coding problems, helping them master their craft.

If you work in a company or are a student in a coding school, feel free to share Frontend Mentor for Teams with your manager or instructor, as they may use it to help with your coding education.

Learn more

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub