CSS Stress Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The stress property defines the height of 'local peaks' in the intonation of the speaking voice for when the element is read.
Syntax
stress: [value];
Possible values
- [number] - (Between 0 and 100)
- inherit
Initial Value
50
Applies To
All elements
Inherited
Yes
Media
Aural
Example
p {stress: 85;}
Loading Twitter