« Web, HTML, Tech Forum

How to create a frame for pfp profile?

Posted by little_octant

posted
updated

Forum: Web, HTML, Tech


Например, у меня есть этот кадр. Я бы хотел, чтобы этот кадр был у меня в профиле PFP. Как я могу это закодировать?


Report Topic

1 Reply

Reply by shirubā pupa

posted
updated

 i just tried it  ,i think it will work! xx


<style>

.profile-pic > img { display:none; }

.profile-pic:after {


border-style:solid;

border-image: url("https://external-media.spacehey.net/media/sQS3bcTfWlpszFU8tQ6eDpEscgoHFE_KrdV89Y3byUvg=/https://64.media.tumblr.com/fb207eb028e29bd20d363039fbc28ea0/9193469fbe521a20-68/s640x960/07aae23a10f1f1d236e9b1ff00eb920f2fd1508b.pnj") 7 fill round;

width: (FRME SIZING)px !important;

height: (FRME SIZING)px !important;


☆彡☆彡☆彡


background-image: url("ACTUAL PFP");

display: inline-block;

border-radius:25px !important;

content:"" }

.general-about .profile-pic:after {

background-size: cover;

background-position: TOP-CENTER !important;

background-repeat: No-repeat !important;

width: (PFP SIZING)px !important;

height: (PFP SIZING)px !important;


</style>


Permalink Report Reply