Responsive social links profile using Flexbox & CSS custom properties

Please log in to post a comment
Log in with GitHubCommunity feedback
- @davidagredano
Great job on the design! Just a small suggestion: if these elements are meant to navigate users to different pages or sections (like links), it’s better to use the
<a>
tag for semantic accuracy and accessibility. You can style the<a>
elements with CSS to make them look like buttons. This approach ensures proper functionality and accessibility, especially for screen readers and keyboard navigation. Avoid using<button>
unless the element triggers an action within the page (like submitting a form or interacting with the DOM).Feel free to check out my solution to this challenge if you'd like to see how I approached it.
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