Transform Origin
Preview
Code
<style>
.box{
width:120px;
height:80px;
background:#06b6d4;
transform:rotate(25deg);
transform-origin:top left;
}
</style>
<div class="box"></div>
<style>
.box{
width:120px;
height:80px;
background:#06b6d4;
transform:rotate(25deg);
transform-origin:top left;
}
</style>
<div class="box"></div>