SOURCE

console 命令行工具 X clear

                    
>
console
<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);}
}

本项目引用的自定义外部资源