sweetest-angel.yorniq.xyz
hiii!! i used keyframes rotation in my css stylesheet
.disc { position: absolute; top: 210px; height: 100px; right:10px; animation: rotation 4s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
i copy pasted the specific stuff i did but you can tinker around with it and do some cool things
hiii!! i used keyframes rotation in my css stylesheet
.disc { position: absolute; top: 210px; height: 100px; right:10px; animation: rotation 4s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
i copy pasted the specific stuff i did but you can tinker around with it and do some cool things