Last active
July 24, 2018 16:21
-
-
Save bootsified/012b304222442d68e26d3e52a312aa2e to your computer and use it in GitHub Desktop.
CSS rainbow gradient
This file contains 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: linear-gradient(319deg, red 20%, yellow 40%, blue 60%, violet 80%); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment