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 :-)
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Meow(th)
thank you! also, how would i change the code if I wanted it to just stay in one spot? thanks once again :)
Report Comment