gh0ulguttz 's profile picture

Published by

published

Category: Blogging

Gif pfp

Code for gif pfp that I have just change the url to whatever gif you want tho you'd have to resize it to a 160x160 or whatever fits with spacehey pfps 

I'll look for the gif resize website I use and edit this blog and add it here 

<!--https://media.tenor.com/NA3rnWfPe9EAAAAd/with-large-soda-monster-high.gif--> 

<style>

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

.profile-pic:after { background-image: url("https://im3.ezgif.com/tmp/ezgif-3-f4dfa0a55f.gif"); display: inline-block; content:"" }

.blog-entry .profile-pic:after, .bulletin .profile-pic:after { background-size: cover; width: 110px; height: 110px; } /* blogs, bulletins */

.general-about .profile-pic:after { background-size: cover; width: 160px; height: 160px; } /* profile */ 

</style>


0 Kudos

Comments

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