2024年12月06日 建站教程
css3如何让背景图片旋转180度,下面web建站小编给大家详细介绍一下transfrom的运用方法!
具体代码如下:
div{
position: absolute;
width: 500px;
height: 400px;
top: 100px;
left: 100px;
background: url('/images/1.png') no-repeat;
transform: rotate(180deg);
}
本文链接:http://so.lmcjl.com/news/19065/