Also .. The chrome extension's text overflows and could be confusing. You might want to look at that. http://cl.ly/c3f4661fe6f0ff3f3857
Thanks desigooner. We will be fixing it in the next build.
41–42 of 42 posts
Also .. The chrome extension's text overflows and could be confusing. You might want to look at that. http://cl.ly/c3f4661fe6f0ff3f3857
Earlier quoted context omitted.
If you're referring to the white shadow of the text, it is indeed css. text-shadow: 1px 1px 0px white;
Thank you for the tip. I've always wondered how to make the fonts look engraved on the page.
text-shadow: -1px -1px 0px rgba(0,0,0,.4), 1px 1px 0px rgba(255,255,255,.4);