Advertisement
GIFCITY

text stroke 3

Mar 9th, 2023 (edited)
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <style>
  2. #textstroke3 {
  3. background: #737373;
  4. -webkit-background-clip: text;
  5. -webkit-text-stroke: 3px transparent;
  6. }
  7. </style>
  8.  
  9. <div id="textstroke3">text</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement