Guest User

Untitled

a guest
Apr 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. background-image: linear-gradient(bottom, rgb(191,205,215) 0%, rgb(223,237,247) 100%);
  2. background-image: -o-linear-gradient(bottom, rgb(191,205,215) 0%, rgb(223,237,247) 100%);
  3. background-image: -moz-linear-gradient(bottom, rgb(191,205,215) 0%, rgb(223,237,247) 100%);
  4. background-image: -webkit-linear-gradient(bottom, rgb(191,205,215) 0%, rgb(223,237,247) 100%);
  5. background-image: -ms-linear-gradient(bottom, rgb(191,205,215) 0%, rgb(223,237,247) 100%);
  6.  
  7. background-image: -webkit-gradient(
  8. linear,
  9. left bottom,
  10. left top,
  11. color-stop(0, rgb(191,205,215)),
  12. color-stop(1, rgb(223,237,247))
  13. );
Add Comment
Please, Sign In to add comment