Scale Transform
Preview
Code
<style>
.box{
width:120px;
height:80px;
background:#f59e0b;
transform:scale(1.3);
}
</style>
<div class="box"></div>
<style>
.box{
width:120px;
height:80px;
background:#f59e0b;
transform:scale(1.3);
}
</style>
<div class="box"></div>