Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Created May 7, 2014 22:24
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 steveosoule/8b42f39e53a50359c281 to your computer and use it in GitHub Desktop.
Save steveosoule/8b42f39e53a50359c281 to your computer and use it in GitHub Desktop.
CSS Box Shadow Bottom
.element{
box-shadow: 0 7px 5px -5px rgba(51, 51, 51, .3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment