Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created January 30, 2012 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/1703763 to your computer and use it in GitHub Desktop.
Save LeaVerou/1703763 to your computer and use it in GitHub Desktop.
text-shadow when letters are overlapping
/**
* text-shadow when letters are overlapping
*/
font: bold 800% 'Palatino Linotype', Palatino, Georgia, serif;
text-align: center;
letter-spacing: -.3em;
text-shadow: 0 .5em hsla(0,0%,50%,.5);
color: rgba(255,0,100,.5);
Abcabc123#$%*&
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment