Skip to content

Instantly share code, notes, and snippets.

@emanuer
Last active December 16, 2015 12:59
Show Gist options
  • Save emanuer/5438697 to your computer and use it in GitHub Desktop.
Save emanuer/5438697 to your computer and use it in GitHub Desktop.
.outset_text { color: hsla(0,0%,0%,0); /* color reset */
text-shadow: 0 0 hsla(0,0%,0%,.4), /* text-color - combines with drop-shadow */
-1px -1px hsla(0,0%,100%,.8), /* top left bright bevel - brighter than background */
1px 1px hsla(0,0%,0%,.2);} /* bottom right drop-shadow - brighter than text-color */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment