div
animation: spin-center-x 2s linear infinite; @keyframes spin-center-x { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }