Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #gradients {
  2. background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #00FF00), color-stop(0.5, #FFFF00), color-stop(1, #FF0000));
  3. background-image: linear-gradient(to right, green 0%, green 20%, lightgreen 20%, lightgreen 40%, yellow 40%, yellow 60%, orange 60%, orange 80%, red 80%, red 100%);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement