Design comparison
SolutionDesign
Community feedback
- @RealKendprPosted 8 months ago
Nice 👍. But the link to your github repo is pointing to a different repo.
Also I just noticed from your HTML Your using button for social media list, I think they are more of a link. You can use the anchor tag instead of the button. Then you can also make them a list, like:
<ul> <li><a href="#">GitHub</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">LinkedIn</a></li> <li><a href="#">Twitter</a></li> <li><a href="#">Instagram</a></li> </ul>
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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