AZIMUTH Property In CSS
azimuth Property in CSS
azimuth property Declares the angle that sound travels to the listener.
Possible Value:
Angle values in degrees (deg), or one of the following predefined values: left-side far-left left center-left center center-right right far-right right-side behind leftwards rightwards
Examplediv { azimuth:90deg; }
div { azimuth:behind; }