Skip to content

Instantly share code, notes, and snippets.

@imevro
Created April 17, 2013 10:58
Show Gist options
  • Save imevro/5403415 to your computer and use it in GitHub Desktop.
Save imevro/5403415 to your computer and use it in GitHub Desktop.
Sexy boxes for images in articles
article img {
box-shadow: 5px 5px 0 0 rgb(238, 238, 238);
padding: 10px;
border: 1px solid rgb(238, 238, 238);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment