Difference between revisions of "User:Khangaroo/vector.css"

From Deep Sea Knowledge
Jump to navigation Jump to search
(testing)
(Tags: Mobile edit, Mobile web edit)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
@media screen {
+
body{animation-name:spin;animation-duration:10000000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}}
  body {
 
    background-color: #FFFFFF;
 
    background-image: url("https://i.ytimg.com/vi/EZSqQLxU1Ss/maxresdefault.jpg");
 
  }
 
}
 

Latest revision as of 19:17, 29 October 2018

body{animation-name:spin;animation-duration:10000000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}}