Angel · 5 answers · 18d

TO THE CSS SMARTIES: HOW DO I PUT A LIL CHARACTER IN THE CORNER OF MY PROFILE??

here is a template for it, i think puppy made it. it's called a page doll. position it however you'd like

<style>
.page-doll {
position: fixed;
bottom: 10px; /For positioning. Adjust as needed. Can change 'bottom' to 'top'/
right: 10px; /For positioning. Adjust as needed. Can change 'right' to 'left'/
z-index: 1000;
}
.page-doll img {
width: --px; /Change -- to the size you want the page doll to be/
height: auto;
cursor: pointer;
}
</style>
<div class="page-doll">
<img src="IMAGE LINK" alt="Page Doll">
</div>

I saw that Nanni gave you a code, so, for reasons of (i have absolutely no idea where this is located in my enormous notebook), i'll let her speak for me 🕊️

Revospring uses Markdown for formatting

*italic text* for italic text

**bold text** for bold text

[link](https://example.com) for link