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

Social Links Page

EverWynterā€¢ 20

@EverWynter

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 are you most proud of, and what would you do differently next time?

I wish I had access to the figma files to create a more accurate representation, eyeballing a design can be quite difficult but I think, aesthetics wise, I did quite well.

What challenges did you encounter, and how did you overcome them?

No challenges, this design was quite simple

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

Any and all feedback is appreciated, I'm always looking for ways to improve my CSS

Community feedback

Mahmoodā€¢ 1,070

@MahmoodHashem

Posted

Hello there!

Congrats on finishing the challenge! āœ…

Your solution looks awesome!

šŸ“Œ It is considered a best practice to use semantic HTML elements such as <ul> and <li> for lists and <a> for links instead of buttons. This practice enhances the accessibility, maintainability, and meaningfulness of your code.

Consider refactoring your code as shown below:

After Refactoring

<ul class="list-container">
    <li><a href="#">Github</a></li>
    <li><a href="#">Frontend Mentor</a></li>
    <li><a href="#">LinkedIn</a></li>
    ...
</ul>

Hope this information is useful to you!

Keep up the great work!

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