Sh1rousaa★'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

How to add a gif at the top left corner of ur profile picture! (THE CREAM SODA COOKIE!)

 


 First you have to find the gif you want and then copy its image address! If you want you can make sure its transparent like mine in the picture! I found mine on tenor.com <3 Next you copy the code below:

<style>

.general-about{  position: relative;

  margin-top: 30px;

}

.general-about .profile-pic::before{

content: '';

background: url('URLHERE/Make sure you copy the image address for it to work!') no-repeat;

background-size: cover;

display: block;

width: 50px;

height: 50px;

z-index: 999;

position: absolute;

top: -10px;

left: -8px;

</style>     

If you want to see a preview of youres, do this tutorial in the spacehey profile test! If you use it comment if this works! If ur gif looks uneven you can edit its position!


2 Kudos

Comments

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