User:TheAstorPastor/styles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(Aviram7 changed the content model of the page User:Harvici/styles.css from "CSS" to "Sanitized CSS": Need to change for working the css)
Tag: content model change
m (Jody moved page User:Harvici/styles.css to User:TheAstorPastor/styles.css without leaving a redirect)
 
(No difference)

Latest revision as of 19:32, 19 May 2024

@keyframes ship {
  from {
    transform: translateX(200%); 
  }
  to {
    transform: translateX(-200%); 
  }
}