User:Infinityboy7/styles.css

From Test Wiki
Revision as of 06:48, 16 May 2024 by Infinityboy7 (talk | contribs) (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)))
Jump to navigation Jump to search
@keyframes ship {
  from {
    transform: translateX(200%); 
  }
  to {
    transform: translateX(-200%); 
  }
}