blob: 033412fe0421cd18a6cdf42c45324e56664a1075 [file] [log] [blame]
<!DOCTYPE HTML>
<style>
div {
width:100px;
height:100px;
margin:50px;
background-color:green;
}
#scalex {
transform: scalex(1.5);
}
#scaley {
transform: scaley(0.75);
}
</style>
<div id="scalex">scale x</div>
<div id="scaley">scale y</div>