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

@konraddissake1808

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 am proud of the overall result obtained from the effort put on project. It looks good to me

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

One mistake I made was to style buttons with the links containers. It looked as buttons but don't work as such. So, i rebuilt the buttons with the links' css instead, and the result turned out great.

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

None.

Community feedback

Sivaprasath 2,520

@sivaprasath2004

Posted

Hello, I would like to extend my congratulations on completing this challenge.

  • I will give some suggestion make sure it`s improve your skill.
  1. In css you will use
 .content-child {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

simplifying the CSS for better optimization by using a more concise approach. use this

.content-child{
     text-align:center;
}

Marked as helpful

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