The glow filter add the glow effect to the element.
#example {
filter: glow(color=red, strength=100);
}
Attribute |
Value |
Explanation |
color |
color code or name |
the color of the glow |
strength |
1 - 255 |
the strength of the glow
1 = weakest
255 = strongest
|
Example