User:TheAstorPastor/styles.css

From Test Wiki
Revision as of 02:10, 17 May 2024 by Infinityboy7 (talk | contribs) (Aviram7 changed the content model of the page User:Harvici/styles.css from "CSS" to "Sanitized CSS": Need to change for working the css)
Jump to navigation Jump to search
@keyframes ship {
  from {
    transform: translateX(200%); 
  }
  to {
    transform: translateX(-200%); 
  }
}