CSS之图片旋转

img {
    width: 250px;
    transition: all 2s;
}
        
img:hover {
   transform: rotate(360deg);
}

 

posted @ 2022-05-15 10:00  hi123hi159  阅读(72)  评论(0)    收藏  举报