mak :>'s profile picture

Published by

published

Category: Web, HTML, Tech

help me with my layout please

how do you make your profile photo square?


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Inspector Lee

Inspector Lee's profile picture
Pinned

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