<html>
<head>
<meta charset="utf-8">
<title>实例
</title>
</head>
<body>
<style type="text/css">.demo_box{
border:1px solid #3DA5DC;
background:#a4dcf9;
height:100px;
width:200px;
text-align:center;
color:#fff;
}
.matrix{
transform:matrix(1,0.4,0,1,0,0);
transform:matrix(1,0.4,0,1,0,0);
position:absolute;
left:200px;
top:50px;
}
</style>
<div class="demo_box matrix">复杂的矩阵变形
</div>
</body>
</html>