perspectiveOrigin

The perspective-origin CSS property determines the position at which the viewer is looking. It is used as the vanishing point by the perspective property.

Syntax: <position>

Initial value: 50% 50%

|  Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :------: | :-----: | :-----: | :----: | :----: |
|    36    |   16    |    9    |   12   |   10   |
|    12′   |         |    4′   |        |        |

See also