Social links profile build with CSS

Solution retrospective
Any feedback or suggestions, especially regarding the code structure and organization, are more than welcome :-)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @thisisharsh7
Hey! 👋 Great job on your submission — the live site looks clean and responsive, and the hover effects add a polished touch.
Here are some suggestions for improvement:
- Semantic HTML: Consider using
<nav>
for the.social-links
section to better convey its purpose to screen readers. - Accessibility: You’ve got
target="_blank"
on links — consider addingrel="noopener noreferrer"
for security and performance. - Code Structure: Your HTML and CSS are well-organized! For scalability, you might consider splitting your CSS into components or using BEM naming conventions for better maintainability.
Overall, a very solid and well-executed project. Keep up the great work and attention to detail!
Marked as helpful - Semantic HTML: Consider using
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