body, html { height: 100%; margin: 0; overflow: hidden; background-color: #f4f4f4; } .paw-print-container { position: relative; height: 100%; width: 100%; } .paw-print { position: absolute; font-size: 24px; animation: fall 5s linear infinite; } @keyframes fall { 0% { top: -50px; } 100% { top: 100%; } }
top of page
bottom of page