PITCH Property In CSS
pitch Property in CSS
pitch property Declares the average speaking pitch of a voice.
Possible Value:
Frequencies in hertz (Hz) or the following predefined values: x-low low medium high x-high
Examplediv { pitch:120Hz; }
div { pitch:high; }