Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Syntax
- The most important part of your CSS gradient text is the actual CSS itself. Check out the basic form of the CSS
- h1 {
- font-size: 72px;
- background: -webkit-linear-gradient(#eee, #333);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement