W3docs

transform scale(x,y)

CSS Property:

Result:

Example of the CSS transform property

CSS Code:

#myDiv {
width: 150px;
height: 80px;
background-color:pink;
transform:scale(0.5,1.5);
}

Click the property values above to see the result