Social links profile

Solution retrospective
A relatively straight-forward challenge, but still had some interesting problems, like making sure the button elements are displayed at full-width.
Also tried a new approach to get as much fine-grained control over the clamp()
function as possible.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dnksebastian
Hi Rob,
good job on finishing the project! One minor thing which I've noticed is that instead of using a div which wraps the buttons, you might want to change it into an unordered list with anchor tags to make the code more semantic. Using <a> instead of <button> in this case sounds like a better choice because we can assume that social media links have their href attributes, buttons on the other hand should generally be used for JS interactivity :)
Here's a condensed article covering the issue: https://css-tricks.com/a-complete-guide-to-links-and-buttons/
Hope that helps!
Marked as helpful
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