CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

User:Extralargebbc/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
* {
* {
background-color: black;
  animation: colorChange 1s infinite alternate;
}
 
@keyframes colorChange {
 
  25% {
    background-color: red;
    color: blue;
  }
  50% {
    background-color: yellow;
    color: green;
  }
  75% {
    background-color: green;
    color: yellow;
  }
  100% {
    background-color: blue;
    color: red;
  }
}
}

Revision as of 18:49, 19 August 2026

* {
  animation: colorChange 1s infinite alternate;
}

@keyframes colorChange {

  25% {
    background-color: red;
    color: blue;
  }
  50% {
    background-color: yellow;
    color: green;
  }
  75% {
    background-color: green;
    color: yellow;
  }
  100% {
    background-color: blue;
    color: red;
  }
}