Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Simple solution to social links profile challenge

P

@NathanGeovane

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What specific areas of your project would you like help with?

Please give me tips on what i can improve and also what i can do different to make the challenge better than the normal one?

Community feedback

P
Steven Stroud 4,160

@Stroudy

Posted

Great solution, I found it hard to give any feedback, Amazing job with this! You’re making fantastic progress. Here are some small tweaks that might take your solution to the next level…

  • This should really be a <ul> because there is no order,
          <ol class="links">
            <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>
          </ol>
  • Maby explore downloading the fonts and add them to your CSS with @font-face , Downloading fonts and using @font-face in CSS is beneficial because it improves performance by reducing external requests, provides better control over font styling, and ensures consistent rendering across different browsers and devices.

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 helpful

0

P

@NathanGeovane

Posted

Omg thank you so much for the help @Stroudy

1
P
Steven Stroud 4,160

@Stroudy

Posted

@NathanGeovane, I really struggled to give my limited feedback, Your HTML and CSS is great you should be proud! I look forward to seeing some more from you in the future.

1

Please log in to post a comment

Log in with GitHub
Discord logo

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