HOW TF DID YOU DID THE OAGE DOLL
HERE WAIT ILL GIVE U THE CODE
@keyframes float { 0% { transform: translateY(0px); }
50% {
transform: translateY(-30px);
}
100% {
transform: translateY(0px);
}
}
body:before { animation: float 3s ease-in-out infinite; content: ''; position: fixed; bottom: 50px; right: -55px; width: 200px; height: 200px; background-image: url(https://file.garden/Zlu3vwzAvyz0wKGB/snoji.png); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; } when u put this into the css thing just replace the img url with whatever ur using ^^
Reactions
Comments
Leave a comment