Skip to content

Instantly share code, notes, and snippets.

@nextechu
Created March 19, 2014 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextechu/9648949 to your computer and use it in GitHub Desktop.
Save nextechu/9648949 to your computer and use it in GitHub Desktop.
.boxshadow #MyContainer {
border: none;
-webkit-box-shadow: #666 1px 1px 1px;
-moz-box-shadow: #666 1px 1px 1px;
}
.no-boxshadow #MyContainer {
border: 2px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment