Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1.  
  2. background-image: linear-gradient(bottom, rgb(15,156,250) 35%, rgb(163,241,255) 100%);
  3. background-image: -o-linear-gradient(bottom, rgb(15,156,250) 35%, rgb(163,241,255) 100%);
  4. background-image: -moz-linear-gradient(bottom, rgb(15,156,250) 35%, rgb(163,241,255) 100%);
  5. background-image: -webkit-linear-gradient(bottom, rgb(15,156,250) 35%, rgb(163,241,255) 100%);
  6. background-image: -ms-linear-gradient(bottom, rgb(15,156,250) 35%, rgb(163,241,255) 100%);
  7.  
  8. background-image: -webkit-gradient(
  9. linear,
  10. left bottom,
  11. left top,
  12. color-stop(0.35, rgb(15,156,250)),
  13. color-stop(1, rgb(163,241,255))
  14. );
Add Comment
Please, Sign In to add comment