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

Mobile First Social Links Profile in Html Css

jasmeettt 30

@jasmeettt

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

P
Kaczupinko 170

@Kaczupinko

Posted

Your project looks good, but keep in mind that the .attribution element is disrupting the overall layout. It should be fixed at the bottom of the page, similar to this:

.attribution {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: var(--white);
}

This will ensure it stays at the bottom, giving the page a more polished appearance.

Marked as helpful

0

jasmeettt 30

@jasmeettt

Posted

@Kaczupinko Thanks for the tip , I will keep that in mind next time i do some projects

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