Want to continue the fun of planet.soyjak.st? Use SoyPlace, it will be online for as long as Gold can pay his server bills. Faggot (talk) 19:41, 25 September 2025 (UTC)


EFFECTIVE IMMEDIATELY: All unofficial revivals of the shemmy will be treated as hostile communities without prior approval by jannies, this is because they all seem to be run by Discord pedophiles. Faggot (talk) 11:41, 26 September 2025 (UTC)

Template:GBTCF/Bounce.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Dobkun (talk | contribs)
IF THIS SHIT DOES NOT WORK PLEASE INSTALL TEMPLATESTYLES PLUGIN THANK YOU
(No difference)

Revision as of 13:01, 1 September 2025

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 - 200px);
 }

}

@keyframes toRight {

 0% {
   left: 0;
 }
 100% {
   left: calc(100vw - 400px);
 }

}