Design comparison
SolutionDesign
Community feedback
- @davsanter1Posted 5 months ago
Hi! Your code looks good! The only thing that came to mi mind was to adjust the semantic HTLM replacing the
<div>
for the container, like<main>
.Also the
<ul>
and<li>
for the social links with<nav>
or a<div>
, and use<a>
tags instead of buttons for links. Example:<nav> <a href="#">GitHub</a> <a href="#">Frontend Mentor</a> <a href="#">LinkedIn</a> <a href="#">Twitter</a> <a href="#">Instagram</a> </nav>
Hope it helps! :)0@balajisudarshanPosted 5 months ago@davsanter1 thanks for the tip
1
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