Difference between revisions of "Template:Northwestern Page Head"

Line 130: Line 130:
 
/*Controls the speed of animation */
 
/*Controls the speed of animation */
 
#spin {
 
#spin {
     position: absolute;
+
     position: fixed;
 
     top: 50%;
 
     top: 50%;
 
     left: 50%;
 
     left: 50%;
     width: 300px;
+
     width: 240px;
     height: 3000px;
+
     height: 240px;
     margin:-300px 0 0 -300px;
+
     margin:-60px 0 0 -60px;
     -webkit-animation:spin 10s linear infinite;
+
     -webkit-animation:spin 15s linear infinite;
     -moz-animation:spin 10s linear infinite;
+
     -moz-animation:spin 15s linear infinite;
     animation:spin 10s linear infinite;
+
     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

Northwestern Template