Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

Social Links Profile using flexbox

Carlyle-J•50
@Carlyle-J
A solution to the Social links profile challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

Along the way of doing this project, I learnt a bit more about other CSS selectors that I implemented in setting the font-weight of all the span elements, except for one as shown in the CSS snippet below.

span:not(.small-description){
    font-weight: 600;
}
What challenges did you encounter, and how did you overcome them?

With this project, I challenged myself to use the px measurement as little as possible, opting instead for relative units for margin, padding, font-size, etc. Rem and em were measurements I had not fully grasped before, but I now have a better understanding of their usage.

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

Any feedback, tips or tricks would be greatly appreciated.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Carlyle-J's solution.

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