HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

perspective

Description

The perspective property for CSS specifies the perspective of the element.

Syntax

CSS

perspective: value;

JS

object.style.perspective = "value";

Values

<'perspective'> = none | <length [0,∞]>
none

No perspective transform is applied.

<length>

Specifies the length using a number followed by a unit of measurement.

Initial

none

Examples

1 · length

2 · none

3 · JS