Last active
April 19, 2019 04:48
-
-
Save s-r-x/e54748a7388e71d2aca0ca3e3650bf3c to your computer and use it in GitHub Desktop.
css linear-gradient
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: linear-gradient(315deg, red 0% 10%, transparent 10%), | |
linear-gradient(to bottom right, blue 0% 10%, transparent 10%), | |
linear-gradient(to left, yellow 0% 10%, transparent 10%), | |
linear-gradient(.5turn, black 0% 10%, transparent 10%), | |
linear-gradient(.5turn, orange, #BADA55 60%, orange), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment