Skip to content

Instantly share code, notes, and snippets.

@billkeller
Created November 23, 2010 14:21
Show Gist options
  • Save billkeller/711828 to your computer and use it in GitHub Desktop.
Save billkeller/711828 to your computer and use it in GitHub Desktop.
box shadow
.foo {
-webkit-box-shadow: inset 1px 1px 8px #000;
-moz-box-shadow: inset 1px 1px 8px #000;
box-shadow: inset 1px 1px 8px #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment