Skip to content

Instantly share code, notes, and snippets.

@devinmcinnis
Created March 18, 2013 23:56
Show Gist options
  • Save devinmcinnis/5192194 to your computer and use it in GitHub Desktop.
Save devinmcinnis/5192194 to your computer and use it in GitHub Desktop.
Double Box Shadow with CSS3
div {
width: 30px;
height: 30px;
border: 1px solid #295B76;
padding: 4px;
border-radius: 4px;
box-shadow: inset 0 0 0 1px #3B8CBF;
background: #14638e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment