Social Links Profile - Built with Flexbox and Responsive Design
Design comparison
Community feedback
- @StroudyPosted 2 months ago
Amazing job with this! You’re making fantastic progress. Here are some small tweaks that might take your solution to the next level…
- I think these will be better in a
<ul>
<li>
gives the HTML more structure and semantic meaning,
<section class="links"> <a href="#" target="_self">GitHub</a> <a href="#" target="_self">Frontend Mentor</a> <a href="#" target="_self">LinkedIn</a> <a href="#" target="_self">Twitter</a> <a href="#" target="_self">Instagram</a> </section>
-
For future project, You could downloading and host your own fonts using
@font-face
improves website performance by reducing external requests, provides more control over font usage, ensures consistency across browsers, enhances offline availability, and avoids potential issues if third-party font services become unavailable. -
Using a full modern CSS reset is beneficial because it removes default browser styling, creating a consistent starting point for your design across all browsers. It helps avoid unexpected layout issues and makes your styles more predictable, ensuring a uniform appearance on different devices and platforms, check out this site for a Full modern reset
Great job taking the time to learn! Your efforts are paying off, and I hope these insights guide you to even more success. Keep pushing forward, and remember, you’ve got this! Enjoy your coding adventures! 💪
Marked as helpful1@yMeerakiPosted 2 months ago@Stroudy
Thank you so much for the encouragement! 🙌 I appreciate the detailed feedback and insights.
Your feedback is super helpful, and I'll apply these changes in my future projects. Thanks again for the motivation – it means a lot! 😊 I'm excited to keep learning and improving!
1 - I think these will be better in a
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