Skip to content

Instantly share code, notes, and snippets.

@bennybennet
Last active December 12, 2015 05:18
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 bennybennet/4720777 to your computer and use it in GitHub Desktop.
Save bennybennet/4720777 to your computer and use it in GitHub Desktop.
Two borders on one element. Code below results in: http://jsfiddle.net/qFGeN/1/
#myDoubleborder {
border: 2px solid green;
outline: 2px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment