Skip to content

Instantly share code, notes, and snippets.

@parrfolio
Created May 17, 2011 21:12
Show Gist options
  • Select an option

  • Save parrfolio/977412 to your computer and use it in GitHub Desktop.

Select an option

Save parrfolio/977412 to your computer and use it in GitHub Desktop.
-Moz Border Colors
div {
border: 3px solid orange;
-moz-border-top-colors: red yellow blue;
-moz-border-bottom-colors: red yellow blue;
}
/* ref: https://developer.mozilla.org/en/CSS/-moz-border-top-colors */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment