Design comparison
SolutionDesign
Community feedback
- @LucasNgTgPosted 4 months ago
Hello!
Good job at the solution, it look quite nice. One important thing to point out; since the social media buttons presumably lead the user to the owner's profiles in all those platforms, it makes more sense to use
<a>
instead of<button>
. That way you are able to redirect the user to different URL's.For example:
<a href="https://frontendmentor.io/" target="_blank">Frontend Mentor</a>
You can find more information here.
Hope this helps. Have a good day!
0
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