Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created November 9, 2011 18:05
Show Gist options
  • Save kopiro/1352290 to your computer and use it in GitHub Desktop.
Save kopiro/1352290 to your computer and use it in GitHub Desktop.
Text shadow inset
.inset_shadow_text
{
background-color: black;
-webkit-background-clip: text;
color: transparent;
text-shadow: rgba(255,255,255,0.5) 0 5px 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment