Submitted 6 months agoA solution to the Social links profile challenge
Responsive social links using CSS and HTML
@EkoNdongAyecaba

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 GitHubCommunity 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