旋转案例

div{
width: 200px;
height: 200px;
background-color: pink;
margin: 100px auto;
transition:all 0.6s;
transform-origin: right bottom;
}
div:hover{
transform: rotate(360deg);
}
posted @ 2019-01-10 23:16  燕十三丶  阅读(136)  评论(0编辑  收藏  举报
AmazingCounters.com