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 link using flexbox and media query

collins-ai 130

@collins-ai

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?

Making the design responsive and organised is something I'm really proud of.

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

My only challenge was not being able to get the design details from figma.

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

For this challenge I don't have any problem.

Community feedback

Adriano 36,730

@AdrianoEscarabote

Posted

Hi collins-ai, hope you're doing well! I loved how your project turned out, but I’ve got a few suggestions that could be useful:

A tip to improve the semantics of the code would be to use ul, since that is a list of links:

<ul>
    <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>
</ul>

The rest is fantastic.

Hopefully, you'll find it helpful. 👍

Marked as helpful

0

collins-ai 130

@collins-ai

Posted

@AdrianoEscarabote Thanks a lot for the tip, i'll keep that in mind.

1

@Ttyn08

Posted

-The solution include semantic HTML

  • It is accessible.

Marked as helpful

0

collins-ai 130

@collins-ai

Posted

@Ttyn08 thanks for the feedback

0

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