invaderzim

text outline

Jan 28th, 2022 (edited)
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. <style>
  2. #outline {
  3. text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000, 0 0;
  4. color:#fff;
  5. }
  6. </style>
  7.  
  8. <div id="outline">text</div>
Add Comment
Please, Sign In to add comment