Skip to content

Instantly share code, notes, and snippets.

@smonteverdi
Created March 7, 2012 15:46
Show Gist options
  • Save smonteverdi/1993884 to your computer and use it in GitHub Desktop.
Save smonteverdi/1993884 to your computer and use it in GitHub Desktop.
CSS: Inset Box
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(255, 255, 255, .1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(255, 255, 255, .1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(255, 255, 255, .1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment