Difference between revisions of "Team:Queens Canada/HP/Gold Integrated"

Line 80: Line 80:
 
}
 
}
  
/* Fading animation */
 
.fade {
 
  -webkit-animation-name: fade;
 
  -webkit-animation-duration: 1.5s;
 
  animation-name: fade;
 
  animation-duration: 1.5s;
 
}
 
 
@-webkit-keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
 
@keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
  
 
/* On smaller screens, decrease text size */
 
/* On smaller screens, decrease text size */

Revision as of 00:59, 2 August 2018

1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three