Social links landing page using HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @alstrow
@ahmedraza032 Hey, congrats on completing the challenge, looks good! however, here are some tips that I hope you find useful:
- Those buttons should be links that lead the user to the related pages. you can achieve this using the a tag:
<a href="#">LINK</a>
- In the case of
.link:hover
, you could put the 2 properties inside the single brace
Happy coding! ^^
Marked as helpful - Those buttons should be links that lead the user to the related pages. you can achieve this using the a tag:
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