NILGI
atelier

See the Pen 움직이지 배경 이미지 by nilgi (@nilgi) on CodePen.

 

html : background-position: left;

 

animation: abi 7s infinite;
@keyframes abi {
     50% {background-position: right;}
}

+ 최근 글