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, css, html, flexbox

@Alexdoom25

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 use the developer tools of the navigator to make some changes, and apllied to the code in css, also I made changes in the structure of the html, i make difent the structures becasuse I only use div tags, but in some point, this does't align so I decide to add a section tag where I included my divs, I need to undestand and try to made a good strucuture the next time.

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

I have some issues with the structure of html, in css I had some problems with the properties os some selectors specially with the size like width.

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

With the css and some html tags

Community feedback

@cristianccgg

Posted

Hi! Looks great. I am also learning and an easy way to center the whole section could be setting the display to flex-box and then center it like this:

section{ display: flex; justify-content: center; align-items: center; } Another way could be by using padding to the parent of the element you called "section". Nice job.

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