Would it be too much to ask to include an example of how one would add a drop shadow to an icon in css?
Thanks for an amazing resource!
it's simply
text-shadow: distanceX distanceY size color;
e.g.
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
Perfect
On Feb 10, 2013 9:27 AM, "DVSoftware" [email protected] wrote:
it's simply
text-shadow: distanceX distanceY size color;
e.g.
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
—
Reply to this email directly or view it on GitHubhttps://github.com/FortAwesome/Font-Awesome/issues/757#issuecomment-13356358..
The text-shadow css works perfectly for Chrome, but has no effect for IE10. IE10 supports text-shadow however, would you check it? Thanks.
Most helpful comment
it's simply
e.g.