Give the CSS class: rotate. CSS code: .rotate { animation: rotation 8s infinite linear; } @keyframes rotation { from { transform: ...
確定! 回上一頁