Skip to content

Instantly share code, notes, and snippets.

@anthonycintron
Created August 26, 2010 19:12
Show Gist options
  • Save anthonycintron/552020 to your computer and use it in GitHub Desktop.
Save anthonycintron/552020 to your computer and use it in GitHub Desktop.
.box_shadow
{
-moz-box-shadow: 0px 0px 4px #C0C0C0; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 4px #C0C0C0; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #C0C0C0; /* Opera 10.5, IE 9.0 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment