Line 130: | Line 130: | ||
/*Controls the speed of animation */ | /*Controls the speed of animation */ | ||
#spin { | #spin { | ||
− | position: | + | position: fixed; |
top: 50%; | top: 50%; | ||
left: 50%; | left: 50%; | ||
− | width: | + | width: 240px; |
− | height: | + | height: 240px; |
− | margin:- | + | margin:-60px 0 0 -60px; |
− | -webkit-animation:spin | + | -webkit-animation:spin 15s linear infinite; |
− | -moz-animation:spin | + | -moz-animation:spin 15s linear infinite; |
− | animation:spin | + | animation:spin 15s linear infinite; |
} | } | ||
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } | @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } |
Revision as of 16:28, 18 July 2017