Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created April 29, 2010 22:15
Show Gist options
  • Save jasonmelgoza/384348 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/384348 to your computer and use it in GitHub Desktop.
.shadow {box-shadow: 1px 1px 5px #000;
-o-box-shadow: 1px 1px 5px #000;
-icab-box-shadow: 1px 1px 5px #000;
-khtml-box-shadow: 1px 1px 5px #000;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment