Response
SAM >< 1733886652432

I HATE THE SHADOW ON MY PROFILE AUGH

Comment

HELL , I think this will fix it เซฎ โ—œแต•โ— เพ€เฝฒแƒ (if you're talking about the background of the pfp)

.profile_avatar {
  width: 100px;
  height: 100px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

Reactions

Replies
Add a reply

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue