Skip to content

Instantly share code, notes, and snippets.

@thedotmack
Created January 26, 2014 18:36
Show Gist options
  • Save thedotmack/8637247 to your computer and use it in GitHub Desktop.
Save thedotmack/8637247 to your computer and use it in GitHub Desktop.
.inset-shadow {
position: relative;
overflow: hidden;
&:before {
content: "";
position: absolute;
top: 0;
left: -30px;
bottom: 0;
right: -30px;
.box-shadow(inset 0 10px 23px rgba(0,0,0,0.75));
z-index: 0;
}
> * {
position: relative;
z-index: 1010;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment