While W3Schools offers a plethora of CSS3 information, I found there to be lacking in details about the placement of values within a 2D Transform matrix.
Could someone please provide clarification on how each of the six parameters should be assigned?
div {
transform: matrix(1, -0.3, 0, 1, 0, 0);
}