User:TheAstorPastor/styles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(Created page with "@keyframes ship { from { transform: translateX(200%); } to { transform: translateX(-200%); } }")
 
(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
(No difference)

Revision as of 02:10, 17 May 2024

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