/* Makes gifs move... <nowiki> */ @keyframes ship { from { transform: translateX(200%); } to { transform: translateX(-200%); } } /* </nowiki> */