Skew Transform
Preview
Code
<style>
.box{
width:120px;
height:80px;
background:#ef4444;
transform:skew(20deg,0);
}
</style>
<div class="box"></div>
<style>
.box{
width:120px;
height:80px;
background:#ef4444;
transform:skew(20deg,0);
}
</style>
<div class="box"></div>