Guest User

Untitled

a guest
Oct 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /**
  2. * Gradiented Text (webkit only)
  3. */
  4.  
  5. h1 {
  6. font: 3em/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
  7. font-weight: 700;
  8. text-align: center;
  9. text-transform: lowercase;
  10. background: -webkit-linear-gradient(#158, #6bf);
  11. -webkit-background-clip: text;
  12. -webkit-text-fill-color: transparent;
  13. -webkit-font-smoothing: antialiased;
  14. }
Add Comment
Please, Sign In to add comment