Difference between revisions of "Team:Manchester/Templates/Footer"

Line 86: Line 86:
 
.fa:hover {
 
.fa:hover {
 
     opacity: 0.8;
 
     opacity: 0.8;
 +
    -webkit-animation: colorchg 3s infinite; /* Chrome, Safari, Opera */
 +
    animation: colorchg 5s infinite;
 
}
 
}
 +
 +
/* Chrome, Safari, Opera */
 +
@-webkit-keyframes colorchg {
 +
    50% {color: blue;}
 +
}
 +
 +
/* Standard syntax */
 +
@keyframes colorchg {
 +
    50% {color: blue;}
 +
}
 +
  
 
/* If you don't want the footer to be responsive, remove these media queries */
 
/* If you don't want the footer to be responsive, remove these media queries */

Revision as of 15:52, 1 August 2017