CSS Elevation Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The elevation property defines the height of the sound when the element is read.
Syntax
elevation: [value];
Possible values
- [angle]
- below
- level
- above
- higher
- lower
- inherit
Initial Value
level
Applies To
All elements
Inherited
Yes
Media
Aural
Example
h1 {elevation: above;}
p {elevation: 0deg;}
Loading Twitter