Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Created November 6, 2013 22:29
Show Gist options
  • Save taptapdan/7345342 to your computer and use it in GitHub Desktop.
Save taptapdan/7345342 to your computer and use it in GitHub Desktop.
HTML/CSS code for adding a shadow to an image.
<img src="{{IMAGE.PNG}}" style="-webkit-box-shadow: 3px 3px 3px #7C7C7C; box-shadow: 3px 3px 3px #7C7C7C;" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment