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

Line 1,066: Line 1,066:
 
   animation-iteration-count:infinite;
 
   animation-iteration-count:infinite;
 
}
 
}
 +
 +
#bodyContent content{
 +
  animation: colorchange 0.3s;
 +
  animation-iteration-count:infinite;
 +
}
 +
  
 
@keyframes colorchange {
 
@keyframes colorchange {
   from{background:#1abc9c}
+
   from{background:#E723A7}
   to{background:#f1c40f}
+
   to{background:#ffffff}
 
}
 
}
  

Revision as of 17:11, 30 October 2017