CSS Elevation Property

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;}
p {elevation: 0deg;}





