Syntax error CSS rest-before Speech Media property

CSS rest-before Speech Media property



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.

Updated on: 2020-06-25T14:44:08+05:30

129 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements