Last active
October 31, 2017 17:20
-
-
Save fadlisaad/45d4351dca5c1f8c8a02897ed156883d to your computer and use it in GitHub Desktop.
Gradient color background CSS
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
.gradient { | |
background: linear-gradient(308deg, #4091eb, #6f5dbe 59%, #8446aa 86%, #903a9f); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment