CSS richness property

CSS richness property

Description

The richness property defines how “spread” a sound is.

Possible values

  • number – Higher numbers produce a richer sound and a longer spread. Lower values ​​produce a softer, more pleasant sound.

DOM Syntax

object.style.richness = "80"; 

Applies to

All HTML elements

Example

Here’s an example –


<style type = "text/css"> 
<!-- 
*.chairman-kaga {richness: 80;} 
div.aside {richness: 10;} --> 
</style> 

Leave a Reply

Your email address will not be published. Required fields are marked *