madmarkuk2003
New Member
I'm trying to make this star spin around it's centre. For now it spins around some other point. http://dharman.eu/test/test3.php\[code\]#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);} }\[/code\]How can I fix it so the star spins around its centre?