Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created August 23, 2012 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callmephilip/3430847 to your computer and use it in GitHub Desktop.
Save callmephilip/3430847 to your computer and use it in GitHub Desktop.
[CSS] box with an inset shadow
{
background: white;
border-radius: 5px;
padding: 20px;
-moz-box-shadow: inset 0 0 5px #999;
-webkit-box-shadow: inset 0 0 6px #757575;
box-shadow: inner 0 0 5px #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment