Skip to content

Instantly share code, notes, and snippets.

@delowardev
Created March 12, 2016 11:58
Show Gist options
  • Save delowardev/d5fc71befda67fc4656b to your computer and use it in GitHub Desktop.
Save delowardev/d5fc71befda67fc4656b to your computer and use it in GitHub Desktop.
.top {
box-shadow: 0 -5px 5px -5px #333;
}
.right {
box-shadow: 5px 0 5px -5px #333;
}
.bottom {
box-shadow: 0 5px 5px -5px #333;
}
.left {
box-shadow: -5px 0 5px -5px #333;
}
.all {
box-shadow: 0 0 5px #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment