Skip to content

Instantly share code, notes, and snippets.

@bennybennet
Last active December 12, 2015 05:39
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/4723163 to your computer and use it in GitHub Desktop.
Save bennybennet/4723163 to your computer and use it in GitHub Desktop.
See the result here: http://jsfiddle.net/672LA/
#myDualColorBorder {
border-top: 5px solid #eaeaea;
position: relative;
}
#myDualColorBorder:before {
position: absolute;
top: -5px;
display: block;
content: '';
border-top: 5px solid #ffd300;
width: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment