hi rentry here is a pagedoll . in Metadata. You must save the background image and replace smilk with your desired image. also you can change the height of the image but idk what happens when u change the width ok?

...as you can tell it looks. Bad. imo anyways
so here are the htmlcss versions i have! (dont credit me for them. Please dont.)
note that htmlcss does not work on rentry.
both achieve the same result i think

PSEUDO ELEMENT

  • you can change bottom right in the background selector to something like top right, top left, or bottom left (more values here)
  • you can change the size by changing the value of background-size

if you're using this on something like sntry/fluffle or in a file that isn't .css, you MUST put it in style tags (<style>code</style>) (more on those here)

html:before {
    background: url(https://i.postimg.cc/P5xzM296/chiikawa.webp) no-repeat bottom right;
    background-size: 150px;
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: 1000;
}

IMG WITH STYLING

  • i recommend changing the right and bottom values depending on your image to make it look better. you can also change height
    right can be changed to left to make the image on the other side, and bottom to top to make it on the top of the page!
<img src="https://i.postimg.cc/MGZ2crnZ/kohane.png" style="height: 150px; position: fixed; right: 0px; bottom: 0px; z-index: 1000; pointer-events: none;">

i yearn to code

Edit

Pub: 18 Sep 2023 14:05 UTC

Edit: 24 Oct 2025 13:16 UTC

Views: 31