Created
November 30, 2019 23:26
-
-
Save fauxsaurus/657b22f1bb280306f89e6e17f670b06d 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
.hue-gradient | |
{ | |
background:linear-gradient(to right, | |
#f00 0%, | |
#ff0 16.66%, | |
#0f0 33.33%, | |
#0ff 50%, | |
#00f 66.66%, | |
#f0f 83.33%, | |
#f00 100% | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment