perspective
Perspective
UK [pəˈspektɪv] US [pərˈspektɪv]
css perspective property syntax
Function:perspective attribute defines the distance of the 3D element from the view, in pixels. This property allows you to change the 3D element's view of the 3D element. When you define the perspective attribute for an element, its child elements get the perspective effect, not the element itself.
Syntax:perspective: number|none
Description:number The distance between the element and the view, in pixels. none Default value. Same as 0. No perspective is set.
Note:Please use this property together with the perspective-origin property so that you can change the bottom position of the 3D element.