Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created May 4, 2011 13:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jakearchibald/955241 to your computer and use it in GitHub Desktop.
Save jakearchibald/955241 to your computer and use it in GitHub Desktop.
OCD in action
.whatever {
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
-o-box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment