Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. background: -moz-linear-gradient(bottom, lightgrey, white); /* FF3.6+ */
  3. background: -webkit-gradient(linear, left bottom, left top, color-stop(lightgrey), color-stop(white)); /* Chrome,Safari4+ */
  4. background: -webkit-linear-gradient(bottom, lightgrey, white); /* Chrome10+,Safari5.1+ */
  5. background: -o-linear-gradient(bottom, lightgrey, white); /* Opera 11.10+ */
  6. background: -ms-linear-gradient(bottom, lightgrey, white); /* IE10+ */
  7. background: linear-gradient(to top, lightgrey, white); /* W3C */
  8. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lightgrey', endColorstr='white',GradientType=0 ); /* IE6-9 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement