<div class="a"></div> <div class="b"></div>
.a { width: 100px; height: 100px; background: red; transform: scaleY(0.5); } .b { width: 100px; height: 100px; background: blue; }