Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 1,076: Line 1,076:
 
   animation-iteration-count:infinite;
 
   animation-iteration-count:infinite;
 
}
 
}
 
 
 
  
 
@keyframes colorchange {
 
@keyframes colorchange {
   from{background:#E723A7}
+
   0% { background-color: white; }
   to{background:#ffffff}
+
   25% { background-color: orange; }
 +
  50% { background-color: black; }
 +
  75% { background-color: red; }
 +
  100% { background-color: blue; }
 
}
 
}
  

Revision as of 17:24, 30 October 2017