Created
May 17, 2011 21:12
-
-
Save parrfolio/977412 to your computer and use it in GitHub Desktop.
-Moz Border Colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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