Skip to content

Instantly share code, notes, and snippets.

@s-r-x
Last active April 19, 2019 04:48
Show Gist options
  • Save s-r-x/e54748a7388e71d2aca0ca3e3650bf3c to your computer and use it in GitHub Desktop.
Save s-r-x/e54748a7388e71d2aca0ca3e3650bf3c to your computer and use it in GitHub Desktop.
css linear-gradient
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