published 1658810782
Category: Web, HTML, Tech
View Blog View Profile Report Blog Entry
how do you make your profile photo square?
0 Kudos
Displaying 1 of 1 comments ( View all | Add Comment )
Inspector Lee
1658812188
Go into your CSS and comment out or delete the line about "border-radius: 500px;"here: .general-about .profile-pic img { /* profile pic */ max-width: 50%; max-height: 50%; margin-right: auto; margin-left: auto;/* border-radius: 500px; */ display: block; }
Report Comment
THANK UUUUUUUUU
by mak :]; 1658812700; Report
ur welcomemight also consider increasing the size: max-width: 80%; max-height: 80%;
by Inspector Lee; 1658812912; Report
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Inspector Lee
Go into your CSS and comment out or delete the line about "border-radius: 500px;"
here:
.general-about .profile-pic img {
/* profile pic */
max-width: 50%;
max-height: 50%;
margin-right: auto;
margin-left: auto;
/* border-radius: 500px; */
display: block;
}
Report Comment
THANK UUUUUUUUU
by mak :]; ; Report
ur welcome
might also consider increasing the size:
max-width: 80%;
max-height: 80%;
by Inspector Lee; ; Report