User:Infinityboy7/styles.css

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