web第二天
视距
translate
<style>
div{
width: 300px;
height: 300px;
background-color: #ccc;
margin: 300px auto;
transform: translateZ(100px);
}
body{
perspective: 1000px;}
</style>
</head>
<body>
<div></div>
</body>