Does anyone know css and could help me with something? :marseystopposting: Its resolved, if i need further help i will def ask here! :marseycoffee:

https://i.rdrama.net/images/1742185460bMdQXSHwjjjk7w.webp

Was wondering if it's possible to make every character on my profile a 5

:marseyhmm:

I dunno if I can even be allow3d to do this, and asking here is kinda ridiculous since I get jazzed everything I mention the non related :marseysurejan: web page.

I could give you 2k coins if I don't get negative awarded before I can reach jnto my pocket to hand them to you.

:marseyinshallah:

Please help!

4
Jump in the discussion.

No email address required.

It's beautiful :marseylaying:

Jump in the discussion.

No email address required.

How do you make the words bounce as just the original page default?

Jump in the discussion.

No email address required.

this'll make everything bounce without rewriting content. I'm too lazy to research the selectors that would make it only apply to text sorry

@keyframes bounce {
  from {
    transform: translateY(0px)
  }
  to {
    transform: translateY(15px)
  }
}

* {
  animation-name: bounce;
  animation-direction: alternate;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
Jump in the discussion.

No email address required.

Is there a way to make the words bounce?

Jump in the discussion.

No email address required.

@keyframes bounce {
  from {
    transform: translateY(0px)
  }
  to {
    transform: translateY(15px)
  }
}

*:after {
  content: "CATS ARE LIFE";
  visibility: visible;
  animation-name: bounce;
  animation-direction: alternate;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  left: 0;
  top:0;
}

* {
  visibility: hidden;
  position: relative;
}
Jump in the discussion.

No email address required.

:#capyexcited:

Jump in the discussion.

No email address required.

My bad, im stoned as f didnt sleep last night, i forgot i upstead my settings to have the css on rdrama too. Lol mb

Jump in the discussion.

No email address required.

:#marseycheerup:

@X new competitor for ultimate schizo profile

https://i.rdrama.net/images/1742229869_6VAa8e2VweyBA.webp

Jump in the discussion.

No email address required.

:#omgeerie:

Jump in the discussion.

No email address required.

Huh? Did you see it?

Jump in the discussion.

No email address required.



Link copied to clipboard
Action successful!
Error, please refresh the page and try again.