You may also check out our sister site SoyPlace.

Template:Bounce.css: Revision history

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 October 2025

  • curprev 03:2703:27, 10 October 2025 Daniel D. Daniels talk contribs 430 bytes +430 Created page with ":root { height:calc(2); width:250px; } body { background-color: black; } .ball { animation: toRight linear 6.8s infinite alternate, bounce linear 17s infinite alternate; position:fixed; z-index: 100; } .ball span span { white-space: nowrap; } @keyframes bounce { 0% { top: 0; } 100% { top: calc(100vh); } } @keyframes toRight { 0% { left: 0; } 100% { left: calc(100vw); } }"