User:TheAstorPastor/styles.css

From Test Wiki
Revision as of 19:32, 19 May 2024 by Jody (talk | contribs) (Jody moved page User:Harvici/styles.css to User:TheAstorPastor/styles.css without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@keyframes ship {
  from {
    transform: translateX(200%); 
  }
  to {
    transform: translateX(-200%); 
  }
}