The CSS rest-after property is useful for speech media to set pause before an element.
Let us see an example of rest-before speech media property
h1 { rest-before: 15ms; }
The time sets the pause in milliseconds.
The CSS rest-after property is useful for speech media to set pause before an element.
Let us see an example of rest-before speech media property
h1 { rest-before: 15ms; }
The time sets the pause in milliseconds.