Skip to content

Instantly share code, notes, and snippets.

@Mdimran41
Created March 23, 2016 03:57
Show Gist options
  • Save Mdimran41/a9f93475e0ad6f0c1ad9 to your computer and use it in GitHub Desktop.
Save Mdimran41/a9f93475e0ad6f0c1ad9 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