I have a friend who put pokemon plushies around her pfp and I wanna do that too pls help DX
I have a friend who put pokemon plushies around her pfp and I wanna do that too pls help DX
Hi Ash! This is the code I used. (I am the friend you're talking about lmao)
<style>
.profile-pic {
ย position: relative;
}
.profile-pic::before {
ย content: '';
ย position: absolute;
ย display: block;
ย background: url(DIRECT URL HERE);
ย background-size: cover;
/*For the bottom number, increase it to move it up, and decrease it to move it down.*/
ย bottom: -15px;
/* For the left number, increase it to move it right and decrease it to move it left.*/
ย left: -35px;
ย z-index: 10;
ย /* Size of image */
ย width: 80px;
ย height: 80px;
}
</style>
@โโบโโ ๐ Nyx โจ โโโบโ Tyyyy ily sm โค๏ธโค๏ธโค๏ธ๐ญ๐ญ
You must be logged in to reply.