In this tutorial, we will learn about rotating an image module continuously in using simple CSS code. on your WordPress Divi Website.

Give the CSS class:  rotate

CSS code:

.rotate { animation: rotation 8s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
Hope you like the tutorial!
If you want to see complete tutorial video can watch my video also.