Revision history of "User:MattAtlas/Matt.css"

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.

  • curprev 15:04, 7 September 2022MattAtlas talk contribs 510 bytes +510 Created page with "@keyframes a1 { 0% {bottom: 2px;} 25% {bottom: 5px;} 50% {bottom: 10px;} 75% {bottom: 5px;} 100% {bottom: 2px;} } @keyframes a2 { 0% {transform: rotate(0deg);} 50% {transform: rotate(180deg);} 100% {transform: rotate(360deg);} } @keyframes a3 { 0% {transform: rotate(360deg);} 50% {transform: rotate(180deg);} 100% {transform: rotate(0deg);} } .die { position: relative; animation: a3 2s linear 2s infinite normal; } .eid { animation:..."