规定 2D 旋转,在参数中规定角度。
rotate(angle)
HTML
<div class="stage"></div>
CSS
.stage{ width:50px; height:50px; background:red; transform:rotate(30deg);//顺时针旋转30度 }
执行结果
相关页面