CSS Attributes Index CSS Filters
Adds radiance around the outside edges of the object, giving it the appearance of a glow.
{ filter: glow ( color=color, strength=strength ) }
color |
Specific color for the shadow effect. Color is expressed in the #RRGGBB format, where RR is the red hexadecimal value, GG is the green hexadecimal value, and BB is the blue hexadecimal value. |
strength |
Intensity of the glow. The range is 1-255. |
Show me
CSS Filter Properties and Methods