W3docs

transform matrix

CSS Property:

Result:

Example of the CSS transform property

CSS Code:

#myDiv {
width: 150px;
height: 80px;
background-color:pink;
transform:matrix(0.7,0.4,-0.8,0.7,0,0);
}

Click the property values above to see the result