Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 6 months ago

Responsive social links using CSS and HTML

Portal681•80
@EkoNdongAyecaba
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?

I'm especially proud of the responsive website I built using the latest CSS properties, eliminating the need for SASS to manage variables or anidation.

.social-links {
  padding: 20px;
  & p {
    font-weight: 400;
    margin-bottom: 7px;
  }
  & a {
    text-decoration: none;
    color: var(--white-color);
    font-weight: 600;
  }
  .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }
}
What challenges did you encounter, and how did you overcome them?

The most challenging thing was to make the button because it did not cover 100% of the box and to overcome that I made it look like a box.

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 Portal681'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

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