CODE:
<style>
.rotate { animation: rotation 8s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
</style>
<img src="UR URL" class="rotate" width="200">
CODE:
<style>
.rotate { animation: rotation 8s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
</style>
<img src="UR URL" class="rotate" width="200">
10 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Finny. ⦻🦇
THANK YOU SM FOR THIS I WAS STRUGGLING SO BAD