Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created October 8, 2011 12:21
Show Gist options
  • Save Wolfr/1272236 to your computer and use it in GitHub Desktop.
Save Wolfr/1272236 to your computer and use it in GitHub Desktop.
.multiBorderBox {
margin: 30px;
width: 500px;
height: 30px;
border: 1px solid black;
box-shadow: 0 0 0 1px white, 0 0 0 2px black, 0 0 0 3px white, 0 0 0 4px black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment