.box{
width: 100px;
height: 100px;
background-color: #87ceeb;
cursor: pointer;
transition: 0.8s;
}
.circle{
background:pink;
transform: rotate(360deg);
}
ぐるぐるさせてみましたのメモ。