<img src="https://drive.google.com/uc?export=view&id=1u7ePpbUAi_mP_VLBshxqrzt78WFHTWue" class="spin_img">
@keyframes rotation {
0% { transform: rotateZ(0);}
100% { transform: rotateZ(360deg); }
}
.spin_img {
width: 200px;
height: 200px;
animation: 10s linear infinite rotation;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.