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 Profile using Flex CSS

@valentyyyyn

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@carlosmarte23

Posted

Good Job!

The webpage is pretty much on point compared to the design but here is some feedback for future projects:

Instead of using a div with different classes for each "button"/" link" try using a more semantic HTML tag like a list or "a" tag for links with a common class, this way you can reuse the same style in all the links and avoid rewriting the same code on each one.

I liked that you used animation on the hover of the links, try adding as well the property

cursor: pointer;

that will transform the mouse cursor to a hand, indicating the user that is clickable.

If you use a link tag (a) this is not needed.

Keep the good work, you're doing great!

0

@valentyyyyn

Posted

@carlosmarte23 thanks bro

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