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

Responsive Social Links Profile.

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 that I can make the designs more easily.

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

Aligning the content was what was most difficult for me

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

In the management of the FlexBox and Grid

Community feedback

darryncodes 6,430

@darryncodes

Posted

Hi Javier,

Glad to hear the designs are getting easier - keep going!

A few bits of feedback to help match the design a little more:

  • add min-height: 100vh; to your <body> and remove the margin top/bottom on the .portafolio class to centre the design nicely in the veiwport
  • add background-color: hsl(0, 0%, 12%); to .portafolio, you'll need some padding and border-radius too
  • add background-color: hsl(0, 0%, 20%); to your buttons
  • use cursor: pointer; on the buttons to help indicate visually you can interact with them

A couple of pointers regarding semantic html:

  • consider using a <main> for this element .portafolio
  • try nesting your a's in a ul list
  • it's not valid HTML to wrap button's with a tags. You probably just need the links and not the button on this design

I hope this helps. Happy coding 🤙

0

@JaviVaSu

Posted

@darryncodes

Hello

I made corrections based on your recommendations, thanks for your help.

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