ELEVATION Property In CSS
elevation Property in CSS
elevation property Declares the elevation of a sound.
Possible Value:
Angle values in degrees (deg), or one of the following predefined values: below level above higher lower
Examplediv { elevation:30deg; }
div { elevation:higher; }