Skip to content

Instantly share code, notes, and snippets.

@omurphy27
Created March 14, 2013 22:29
Show Gist options
  • Save omurphy27/5165826 to your computer and use it in GitHub Desktop.
Save omurphy27/5165826 to your computer and use it in GitHub Desktop.
CSS Cool Text-shadow effect from Codrops
/* Cool Text Shadow Effect stolen from Codrops: http://tympanus.net/codrops/ */
.ct-featured h2 {
color: #282828;
text-shadow: 1px 1px 0px #f2f2f2, 1px 2px 0px #b1b1b2;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment