Submitted 3 months ago
This is a solution to the Social profile challenge using HTML and CSS
@ShelbyG2
Design comparison
SolutionDesign
Community feedback
- @ortiz-antonioPosted 3 months ago
Nice start! Did you intentionally use an oval shape for the avatar?
0 - @gautam32b7Posted 3 months ago
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 GitHubJoin 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