Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 22nd, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 92  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to apply an inner stroke to an image with just CSS?
  2. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  3. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  4. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);