Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. -webkit-background-size: cover;
  2. -moz-background-size: cover;
  3. background-size: cover;
  4. background: -moz-linear-gradient(90deg, rgba(165,242,248,1) 0%, rgba(64,94,97,1) 100%); /* ff3.6+ */
  5. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64,94,97,1)), color-stop(100%, rgba(165,242,248,1))); /* safari4+,chrome */
  6. background: -webkit-linear-gradient(90deg, rgba(165,242,248,1) 0%, rgba(64,94,97,1) 100%); /* safari5.1+,chrome10+ */
  7. background: -o-linear-gradient(90deg, rgba(165,242,248,1) 0%, rgba(64,94,97,1) 100%); /* opera 11.10+ */
  8. background: -ms-linear-gradient(90deg, rgba(165,242,248,1) 0%, rgba(64,94,97,1) 100%); /* ie10+ */
  9. background: linear-gradient(0deg, rgba(165,242,248,1) 0%, rgba(64,94,97,1) 100%) fixed; /* w3c */
  10. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405e61', endColorstr='#A5F2F8',GradientType=0 ); /* ie6-9 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement