Guest User

Untitled

a guest
Oct 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. background: #3da5e1; /* Old browsers */
  2. background: -moz-linear-gradient(top, #3da5e1 0%, #2576a7 100%); /* FF3.6+ */
  3. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3da5e1), color-stop(100%,#2576a7)); /* Chrome,Safari4+ */
  4. background: -webkit-linear-gradient(top, #3da5e1 0%,#2576a7 100%); /* Chrome10+,Safari5.1+ */
  5. background: -o-linear-gradient(top, #3da5e1 0%,#2576a7 100%); /* Opera11.10+ */
  6. background: -ms-linear-gradient(top, #3da5e1 0%,#2576a7 100%); /* IE10+ */
  7. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da5e1', endColorstr='#2576a7',GradientType=0 ); /* IE6-9 */
  8. background: linear-gradient(top, #3da5e1 0%,#2576a7 100%); /* W3C */
Add Comment
Please, Sign In to add comment