Skip to content

Instantly share code, notes, and snippets.

@omurphy27
Created February 25, 2013 02:24
Show Gist options
  • Save omurphy27/5026960 to your computer and use it in GitHub Desktop.
Save omurphy27/5026960 to your computer and use it in GitHub Desktop.
CSS - Simple 3D Box Shadow Effect
/* simple 3d box-shadow effect taken from the http://www.webdesignerdepot.com/ Twitter sidebar */
.container {
box-shadow: #F6E128 6px 6px 0px;
background: #191919;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment