Revision as of 12:47, 18 May 2025 by Leah(talk | contribs)(Created page with "Fucking does this to you {{#css: @keyframes spin { 0% { transform: rotateX(0deg); } 50% { transform: scale(0.8) rotateY(180deg); } 100% { transform: scale(1) rotateY(360deg); } } body { perspective: 100rem; } #content { animation: spin 1s linear infinite; } }}")