CSS Property:
transform:
scaleY(1.1)
scaleY(1.5)
scaleY(2)
scaleY(3)
scaleY(0.5)
none
Result:
myDIV
CSS Code:
#myDIV {
background-color:lightblue;
transform:
scaleY(1.1)
;
}
Click the property values above to see the result
W3Schools.com
- Play it