Matrix Transform
Preview
Code
<style>
.box{
width:120px;
height:80px;
background:#9333ea;
transform:matrix(1,0.2,0.3,1,20,10);
}
</style>
<div class="box"></div>
<style>
.box{
width:120px;
height:80px;
background:#9333ea;
transform:matrix(1,0.2,0.3,1,20,10);
}
</style>
<div class="box"></div>