Template:Animatedrainbowtext/styles.css: Revision history

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.

8 July 2025

  • curprev 19:0719:07, 8 July 2025 Fen talk contribs 272 bytes +31 No edit summary undo
  • curprev 18:4118:41, 8 July 2025 Fen talk contribs 241 bytes +241 Created page with "@keyframes rainbow{ 0%{color: red;} 14%{color: orange;} 28%{color: yellow;} 42%{color: green;} 56%{color: cyan;} 70%{color: blue;} 84%{color: violet;} 100%{color: red;} } .rainbow { animation: 5s rainbow infinite; }"