Skip to content

Instantly share code, notes, and snippets.

@Boztown
Created April 18, 2012 21:41
Show Gist options
  • Save Boztown/2416791 to your computer and use it in GitHub Desktop.
Save Boztown/2416791 to your computer and use it in GitHub Desktop.
CSS: Box-shadow Inset (LESS class)
.shadow {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment