« Web, HTML, Tech Forum

How to edit pfp border?

is there i can set an image as the border on my pfp? for example one of those lacy borders from tumblr


Report Topic

2 Replies

Sort Replies:

Reply by ☆Emi☆

posted

In the style element of your profile html, add '.profile-pic {border: width display color}' replacing width, display, and color with your desired values. display would be like solid or dotted. this only works for a border of a solid color or gradient. If you want a specific design like a lacy border as you mentioned, youll probably have to add a transparent image of the border you want and position it over your profile picture. 


Permalink Report Reply

Reply by GOAT

posted

.general-about .profile-pic img {

border: 2px #ff03f7 solid !important;
box-shadow: 2px 2px cyan !important;
}

that's what i use

you can change all the values, like pixel size, color, styling etc

same with the border shadow

<3


Permalink Report Reply