Response
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
IT SORTA WORKED ! ! ill try n figure out how to make him go up n down later 、tysm for the help ! ! ! !