i{position: absolute;width:10px;height:10px;background:#000;animation: myfirst 3s infinite linear;} @keyframes myfirst { 0% {top:50px;left:400px;} 100% {top:400px;left:100px;} }