#box {
/* text pos and color */
line-height: 100px;
color: white;
text-align:center;
background-color: red;
position: absolute;
width: 100px;
height: 100px;
/* ANIMATION SPEED AND START POS */
transition: left 1.5s linear;
left: 0px;
}