Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- stroke {
- background: -webkit-linear-gradient(#FF3131, #FFFFFF);
- -webkit-background-clip: text;
- -webkit-text-stroke: 1px transparent;
- color: white;
- }
- #stroke {
- background: -webkit-linear-gradient(#FF3131, #FFD6D6);
- -webkit-background-clip: text;
- -webkit-text-stroke: 3px transparent;
- color: white;
- }
- </style>
- <body>
- <div id="stroke">
- text here
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement