div { display: inline-block; width: 100px; height: 100px; background: #dddddd; border: 1px solid #555555; color: #000000; margin: 50px; } #test1 { transform: scale(1.5); } #test2 { transform: scale(2, 0.5); } #test3 { transform: scaleX(2); } #test4 { transform: scaleY(2); }