Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q5421 How do I insert a pause using ACSS ?

You are here: irt.org | FAQ | CSS | Q5421 [ previous next ]

To make your document more usable, you might want to insert small breaks, after each paragraph. This is done with the following code:

P {
   voice-family: Juliet, female
   volume: loud
   pause: 20ms
    }
P.slow {
   voice-family: Juliet, female
   volume: loud
   pause-after: 10ms
    }

©2018 Martin Webb