Skip to content

Instantly share code, notes, and snippets.

@shhider
Created June 13, 2018 07:42
Show Gist options
  • Save shhider/6c05db803a6446991e2974d4d7e48af2 to your computer and use it in GitHub Desktop.
Save shhider/6c05db803a6446991e2974d4d7e48af2 to your computer and use it in GitHub Desktop.
.top-box {
box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}
.left-box {
box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.7);
}
.right-box {
box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.7);
}
.bottom-box {
box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment