📜  如何在css代码示例中将图片向右旋转

📅  最后修改于: 2022-03-11 14:47:37.608000             🧑  作者: Mango

代码示例2
.img {
    transform: rotate(10deg);
      /*to rotate an image you have to use the transform function in CSS and rotate
      in degrees*/
}