Difference between revisions of "Template:Manchester/CSS"

m
Line 101: Line 101:
 
width: 89.5%;  
 
width: 89.5%;  
 
}
 
}
 
+
.animate {
 +
    color: purple;
 +
    animation: myfirst 1s linear infinite ;
 +
}
 +
@keyframes myfirst {
 +
    0%  {color:purple; }
 +
    25%  {color:yellow;}
 +
    50%  {color:blue; }
 +
    75%  {color:green;}
 +
    100% {color:purple;}
 +
}
  
 
</style>
 
</style>

Revision as of 09:17, 29 June 2016

Home Team Project