Tuesday, 6 August 2013

FA Icon Glow / Shadow

FA Icon Glow / Shadow

Is there some way I can create an icon "glow" effect on a font-awesome icon?
I have tried the following:
<i class="icon-thumbs-down glow"/>
and
.glow { box-shadow: 0px 0px 5px #fff; }
Unfortunately this results in a "square" white glow around the bounding
box of the icon. How can I make a glow that contours to the shape of the
icon?

No comments:

Post a Comment