Skip to content

Instantly share code, notes, and snippets.

@nicocedron
Created November 2, 2013 22:39
Show Gist options
  • Save nicocedron/7284275 to your computer and use it in GitHub Desktop.
Save nicocedron/7284275 to your computer and use it in GitHub Desktop.
.drop-shadow.top {
box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
}
.drop-shadow.right {
box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
}
.drop-shadow.bottom {
box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
}
.drop-shadow.left {
box-shadow: -4px 0 2px -2px rgba(0,0,0,0.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment