+ 2
Error in my code
How I rotate the earth around the đ sun https://code.sololearn.com/W5PYDhEY9Xef/?ref=app
3 Answers
+ 2
Besides using a parent element, we can also use transform-origin property.
1. Add to your earth :
transform-origin : 300% 300%;
https://code.sololearn.com/WyOAG5WVN1rd/?ref=app
P. S. You will also want to:
2. Remove "alternate" from animation
3. Add "linear" to animation.
+ 1
Thanks Gordon sir its worked for me , it is so easy as compared to first answer