Advertisement
conception

gradient h1

Aug 26th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. h1 {
  2. background: -webkit-gradient(linear, left top, left bottom, from(#hex1), to(#hex2);
  3. -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  4. #hex1 > top;
  5. #hex2 > bottom;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement