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

Static social links profile

P

@L4r4TW

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 start to understand how different elements connect to each other, and how can I place them to the right place.

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

  • Creating semantic tags is a bit problematic, but with YouTube and ChatGPT nothing is hard

  • Currently I dont know, how to make these lements totally responsive, but in the future project I will focus on this important topic

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

  • Are my semantic tags good?
  • Is that ok, if I give exact width and height to this panel, or should I only use responsive parameters?

Community feedback

@JuanCris09

Posted

I like your project, i think about margin top about footer not is good practice because change the centering <article>, but it's all good

1

P

@L4r4TW

Posted

@JuanCris09

Thanks for your comment! How can I put the credits on the bottom of the page without the margin-top?

0

@JuanCris09

Posted

Here is how you can make the footer be at the bottom of the window:

position: absolute;
bottom: 0;
text-align: center;
width: 100%;
}
1

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