Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created October 8, 2011 12:23
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 Wolfr/1272238 to your computer and use it in GitHub Desktop.
Save Wolfr/1272238 to your computer and use it in GitHub Desktop.
.multiBorderBoxRounded {
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;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment