Created
June 23, 2015 20:27
-
-
Save gearmobile/2003bffc4856df38ca92 to your computer and use it in GitHub Desktop.
Shadow Over Image via Background Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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