back
#div266{
height:100px;
width:100px;
background-color:blue;
animation-name:moveright;
-webkit-animation-name:moveright;
position:relative;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
animation-duration:5s;
-webkit-animation-duration:5s;
}
#div267{
height:100px;
width:100px;
background-color:blue;
animation-name:moveright;
-webkit-animation-name:moveright;
position:relative;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
animation-duration:5s;
-webkit-animation-duration:5s;
}
#div268{
height:100px;
width:100px;
background-color:blue;
animation-name:moveright;
-webkit-animation-name:moveright;
position:relative;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
animation-duration:5s;
-webkit-animation-duration:5s;
}
@keyframes moveright{
0% {left:0px;}
100% {left:90%;}
}
@-webkit-keyframes moveright{
0% {left:0px;}
100% {left:90%;}
}