我试图让这个明星围绕它的中心旋转.现在它围绕其他一些点旋转.
http://dharman.eu/test/test3.php@H_502_3@
#question { animation: 1s linear 0s normal none infinite spin; display: block; width: 0; } @-moz-keyframes spin { from {-moz-transform: rotate(00deg); } to {-moz-transform: rotate(360deg);} }