posted 1647453619
Forum: Web, HTML, Tech
View Topics View Profile
anyone knows the code to round the profile picture's borders?
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1647799972
Permalink Report Reply
posted 1649036803
.profile-pic {
border-radius: 500px;
overflow: hidden;
}
.profile .friends .person img {
posted 1651324177
use 50% instead of 200px and it will make it a perfect circle.