@danielnunes13Submitted 9 months ago
I think the profile img isnt 100% rounded, not sure what i have to do...
I think the profile img isnt 100% rounded, not sure what i have to do...
Hello, and thank you for sharing your solution!
For achieving a fully rounded image, you can eliminate the padding-bottom . And to introduce an empty space below the image, you may want to consider using the margin-bottom property. This way, the rounded image remains intact, and you have control over the space below it.
Good luck.