body { margin: 0; overflow: hidden; background: black; } .star { position: absolute; width: 2px; height: 2px; background: white; border-radius: 50%; animation: fall linear infinite; } @keyframes fall { to { transform: translateY(100vh) translateX(-50px); opacity: 0; } }

Ways of the Qilin

Responsive Game Display