CSS Azimuth Property

CSS 1

CSS 2

CSS 3

No Yes Unsure

Description

The azimuth property defines the location of the sound when the element is read.

Syntax

azimuth: [value]

Possible values

  • [angle]
  • left-side
  • far-left
  • left
  • center-left
  • center
  • center-right
  • right
  • far-right
  • right-side
  • behind
  • leftwards
  • rightwards
  • inherit

Initial Value

center

Applies To

All elements

Inherited

Yes

Media

Aural

Example

.class {
  azimuth: far-right ;
}


View All CSS Properties