Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #gradient {
- color: #fff;
- font-size: 1.75em;
- background: -webkit-linear-gradient(-90deg, #D64933 0%, #000 100%);
- -webkit-background-clip: text;
- -webkit-text-stroke: 4px transparent;
- }
- </style>
- <div id="gradient">
- Gradient Border
- </div>
Add Comment
Please, Sign In to add comment