Advertisement
loveberry

text stroke

May 20th, 2023 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2. .tsb {
  3. font-family:arial;
  4. font-size:2em;
  5. color:white;
  6. filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
  7. }
  8. </style>
  9.  
  10. <div class="tsb">aaaaaa</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement