Difference between revisions of "Template:RHIT"

Line 301: Line 301:
  
 
@keyframes run {
 
@keyframes run {
     0%  { left: -1000px; top:300px;}
+
     0%  { left: -1000px; top:0px;}
     100% { left:900px; top:300px;}
+
     100% { left:900px; top:0px;}
 
}
 
}
  
 
@keyframes run2 {
 
@keyframes run2 {
     0%  { left: -500px; top:300px;}
+
     0%  { left: -500px; top:0px;}
     100% { left:1400px; top:300px;}
+
     100% { left:1400px; top:0px;}
 
}
 
}
  

Revision as of 18:50, 15 June 2018