Home» Forum» Web & Tech» How do you put the pictures/gifs around your pfp ?

How do you put the pictures/gifs around your pfp ?

Back to Web & Tech

I have a friend who put pokemon plushies around her pfp and I wanna do that too pls help DX

"That was me bitch" - me, an unserious internet user among many

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>

"Though my soul may set in darkness, it will rise in perfect light; I have loved the stars too fondly to be fearful of the night" - Sarah Williams

@โ‹†โบโ‚Šโ‹† ๐ŸŒ™ Nyx โœจ โ‹†โ‚Šโบโ‹† Tyyyy ily sm โค๏ธโค๏ธโค๏ธ๐Ÿ˜ญ๐Ÿ˜ญ

"That was me bitch" - me, an unserious internet user among many

@โœจ๐”„๐”ฐ๐”ฅ๐”ฉ๐”ข๐”ถ ๐Ÿ”ฎ yw <3

"Though my soul may set in darkness, it will rise in perfect light; I have loved the stars too fondly to be fearful of the night" - Sarah Williams

You must be logged in to reply.