Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created June 23, 2015 20:27
Show Gist options
  • Save gearmobile/2003bffc4856df38ca92 to your computer and use it in GitHub Desktop.
Save gearmobile/2003bffc4856df38ca92 to your computer and use it in GitHub Desktop.
Shadow Over Image via Background Image
HTML:
<div class="block2"></div>
CSS:
.block2{
box-shadow: inset 0 0 12px 8px rgba(0,0,0,.6);
width: 481px;
height: 361px;
background: url(images/charlize_theron_2.jpg) 0 0 no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment