Guest User

Untitled

a guest
Nov 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. background-image: -webkit-gradient(
  2. linear,
  3. left bottom,
  4. left top,
  5. color-stop(0.13, rgb(24,240,56)),
  6. color-stop(0.57, rgb(250,250,250)),
  7. color-stop(0.79, rgb(22,245,74))
  8. );
  9. background-image: -moz-linear-gradient(
  10. center bottom,
  11. rgb(24,240,56) 13%,
  12. rgb(250,250,250) 57%,
  13. rgb(22,245,74) 79%
  14. );
Add Comment
Please, Sign In to add comment