lockets

double border text

Apr 8th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <style>
  2.  
  3. body {
  4. background-color: #fff;
  5. }
  6.  
  7. #title {
  8. font-family: arial;
  9. font-size: 3em;
  10. color: black;
  11. -webkit-text-stroke: 1px white;
  12. }
  13. </style>
  14.  
  15. <div id="title" style="
  16. -webkit-filter: drop-shadow(1px 0px 0 black) drop-shadow(-1px 0px 0 black) drop-shadow(0px 1px 0 black);
  17. filter: drop-shadow(1px 0px 0 black) drop-shadow(-1px 0px 0 black)
  18. drop-shadow(0px 1px 0 black)
  19. drop-shadow(0px -1px 0 black);
  20. ">double text here</div>
Advertisement
Add Comment
Please, Sign In to add comment