meku 1729009149614

haiii global questionss 𓈒 𓈒 𓈒 how do u all get a pagedoll to float up n down 𓈒 𓈒 bleh idrk how css works umm 😓


Reactions

Responses
f00f the f00fy 1729020097710
3

can't test at the moment but try adding this at the beginning of your CSS:

@keyframes float {
  0% {bottom: 0px;}
  50% {bottom: 50px;}
}

and this under body::before:

  animation-name: float;
  animation-duration: 4s;
  animation-iteration-count: infinite;

you may adjust the "bottom" (under keyframes) and "animation-duration" values to your liking

0

easiest way i think to do that would just be to make the image float up and down as a gif but i also. barely fucking know css so don't trust me 😭😭😭

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue