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

All comments

  • Hachi• 155

    @hachi-ops

    Submitted

    I would appreciate feedback especially on how to position social media icons exactly on the bottom right corner in desktop design. Tried applying margin but ended up with the entire right side div moving down even though I applied separate div for icons.

    Matthew• 55

    @MatthewBosveld

    Posted

    I did this challenge a few days ago, and was struggling with this too. I managed to get them where I wanted eventually, although I'm not sure if the way I did it is clean/efficient enough. The only issue I had with this, is that the svgs change size when I make the screen smaller, but I ran into more problems with the scaling of svgs so I don't know if this code is to blame for it.

    .landing-socials { display: flex; width: 15%; justify-content: space-evenly; position: absolute; right: 5%; bottom: 5%; height: 60px; }

    0