everett's profile picture

Published by

published

Category: Web, HTML, Tech

sticky image code

to get a little image or gif in the corner of ur profile


<div class="overlay"><img src="URL HERE"/></div>

<style>
.overlay {
pointer-events: none;
display: flex;
position: fixed;
left: 0;
bottom:0px;
height: 242px;
</style>

you can change the left and bottom code to right and/or top if you want to change the position. you can see an example of what this looks like on my profile :-)


2 Kudos

Comments

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

Meow(th)

Meow(th)'s profile picture

thank you! also, how would i change the code if I wanted it to just stay in one spot? thanks once again :)


Report Comment