Thu Apr 29 2021 07:55:09 GMT+0000 (UTC)
Saved by @ycljcfer
<div> div { width: 60px; height: 60px; background: #000; animation: move infinite 1s alternate linear; } @keyframes move { 100% { transform: translate(100px, 100px); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments