Remix.run Logo
amarant 4 hours ago

Is there a way to produce sound using CSS?

pwdisswordfishq 4 hours ago | parent | next [-]

    @media speech {
        body {
            cue-before: url(/path/to/sound.ogg);
        }
    }
https://www.w3.org/TR/CSS2/aural.html
Waterluvian 4 hours ago | parent | prev [-]

Only screams.

circadian 4 hours ago | parent [-]

Best. Comment. Ever