Created
December 30, 2009 14:46
-
-
Save henrikh/266093 to your computer and use it in GitHub Desktop.
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
| background-image: | |
| -webkit-gradient(linear, left bottom, left top, | |
| color-stop(0, #ff0000), | |
| color-stop(0.166667, #ff00ff), | |
| color-stop(0.333333, #0000ff), | |
| color-stop(0.5, #00ffff), | |
| color-stop(0.666667, #00ff00), | |
| color-stop(0.833333, #ffff00), | |
| color-stop(1, #ff0000)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment