User:DodoMan/snowflake.css: Revision history

Jump to navigation Jump 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.

2 April 2024

1 April 2024

31 March 2024

  • curprev 10:4010:40, 31 March 2024DodoMan~usurped talk contribs 325 bytes +325 Created page with ".snowflake { position: fixed; top: -10px; z-index: 9999; opacity: 0.9; color: #99c4ce; animation-name: fall; animation-duration: 10s; animation-timing-function: linear; animation-iteration-count: infinite; pointer-events: none; } @keyframes fall { to { transform: translateY(100vh); } }"