𝟅𝟈 1729009149614

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

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

f00f the f00fy 1729020097710

Reactions

Comments
Leave a comment

IT SORTA WORKED ! ! ill try n figure out how to make him go up n down later 、tysm for the help ! ! ! !

𝟅𝟈 1729025664234
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue