Perspective
Utilities for controlling the perspective of 3D transformed elements.
| Class | CSS Output |
|---|---|
perspective-none |
|
perspective-normal |
|
perspective-dramatic |
|
perspective-distant |
|
perspective-[value] |
|
perspective-none
perspective: none;
perspective-normal
perspective: var(--perspective-normal);
perspective-dramatic
perspective: var(--perspective-dramatic);
perspective-distant
perspective: var(--perspective-distant);
perspective-[value]
perspective: [value]
Reference
| perspective | MDN ↗ |
CSS Properties
perspective