Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. background: #1BA3D1; /* old browsers */
  2. background: -moz-linear-gradient(top, #1BA3D1 0%, #8EC1FF 36%, #DBEBFF 100%); /* firefox */
  3.  
  4. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1BA3D1), color-stop(36%,#8EC1FF), color-stop(100%,#DBEBFF)); /* webkit */
  5.  
  6. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1BA3D1', endColorstr='#DBEBFF',GradientType=0 ); /* ie */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement