<div> <img class='move' src="https://img6.bdstatic.com/img/image/smallpic/w4.jpg" alt="" /> </div>
.move{ animation: move 1s linear; } @keyframes move { from{transform: rotate(0);} to{transform: rotate(360deg);} }