I am working with CSS, and want to do an effect where an object is moving around another object in an ellipse. I am not using a canvas, and this is my html:
<div>/*Content intended for ellipse movement*/</div>
<div>/*Element to ellipse around*/</div>
I do not have any css at this time How do I do this? Thanks for your help!