<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css高效开发实战
</title>
</head>
<body>
<div
style="width: 50%;height: 400px;background-image: url(背景.jpg);background-size: 500px,auto;transform: rotateZ(30deg);"
></div>
<div style="float:left;width:50%;height: 400px;background-image: url(背景.jpg);background-size: contain;background-origin:content-box;transform: rotate(30deg);"
></div>
<div style="border-radius: 50px;width: 50px;height: 50px;background-color: blue;float: right;"></div>
</body>
</html>
css3图片,变换相关属性
最新推荐文章于 2024-07-05 23:24:20 发布