To create a circle (loop) in CSS, we need to move the circle to the center of the loop and start the animation from there. We want the circle’s radius to be100px, so we will change the circle position totop: 20vh(30 is desired radius (10vhhere)). However, this needs to happ...