﻿.girl
{
  width:128px;
  height:216px;
  margin:1em auto;
  overflow:hidden;
  background:url(girl.gif);
  animation:girl 1.0s steps(6,end) infinite;
}
@keyframes girl
{
  100% {background-position:-768px;}
}

