transform-origin

The transform-origin property sets the coordinates of the point relative to which the element will be transformed.

Syntax



transform-origin: [ left | center | right | top | bottom | percentage | length ]
 | 
   [ left | center | right | percentage | length ]
  [ top | center | bottom | percentage | length ] length
 |
   [ center | [ left | right ] ] && [ center | [ top | bottom ] ] length