User:TheAstorPastor/styles.css

From Test Wiki
Jump to navigation Jump to search
@keyframes ship {
  from {
    transform: translateX(200%); 
  }
  to {
    transform: translateX(-200%); 
  }
}