/* Spin */ @keyframes spin-slow 0% transform: rotate(0deg); 100% transform: rotate(360deg); .spin-slow animation: spin-slow 15s linear infinite;