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

This is a solution to the Social profile challenge using HTML and CSS

ShelbyG2 10

@ShelbyG2

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

@ortiz-antonio

Posted

Nice start! Did you intentionally use an oval shape for the avatar?

0

@gautam32b7

Posted

Hey there!

If you want to create a round image, always ensure that the width and height are the same dimensions with a border radius of 50%.

img {
width: 100px
height: 100px
border-radius: 50%
}
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