invaderzim

img stroke

Jul 15th, 2022 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. <style>
  2. #stroke {
  3. background-image: url("https://i.gifer.com/QAL1.gif");
  4. -webkit-background-clip: text;
  5. -webkit-text-stroke: 3px transparent;
  6. filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
  7. color: black;
  8. }
  9. </style>
  10.  
  11. <div id="stroke">text</div>
Add Comment
Please, Sign In to add comment