User:Infinityboy7/styles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
m (Protected "User:Aviram7/styles.css": User request in own userspace ([Edit=Allow only bureaucrats] (indefinite) [Move=Allow only bureaucrats] (indefinite) [Delete=Allow only bureaucrats] (indefinite) [Protect=Allow only bureaucrats] (indefinite)))
(Aviram7 changed the content model of the page User:Aviram7/styles.css from "CSS" to "Sanitized CSS": Need to change :))
Tag: content model change
(No difference)

Revision as of 06:50, 16 May 2024

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