Advertisement
conception

gradient

Jul 7th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. background-image: -webkit-gradient(linear, left top, left bottom, from(#8796fb), to(#5d56d8));
  2. #8796fb > top;
  3. #5d56d8 > bottom;
  4. background: -o-linear-gradient(top, #8796fb 0%, #5d56d8 90%);
  5. background: -webkit-linear-gradient(top, #8796fb 0%, #5d56d8 90%);
  6. background: -ms-linear-gradient(top, #8796fb 0%, #5d56d8 90%);
  7. background: linear-gradient(to bottom, #8796fb 0%,#5d56d8 90%);
  8. background: -moz-linear-gradient(top, #8796fb 0%, #5d56d8 90%);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement