Glow-strength
From Frontal Wiki
Contents |
Purpose
This style sets intensity of the glow.
Value
The glow-strength style accepts decimal values greater than 0; the greater this value, the darker or more intense the glow will become. The default value is 0.
glow-strength: 0;
Remarks
This style must be given a positive value for any of the glow styles to appear. A div needs to have a background-color set for the glow to render.
Example
Here we have a div set to a glow-strength of .5:
<div style="width: 50px; height: 50px; glow-strength: .5; background-color: beige;"/>
Can Be Applied To
This style can be applied to:
| This page is PENDING |