dollcrds

blur ju mp name

Jun 11th, 2022
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'rosalie';
  4. src: url(https://dl.dropbox.com/s/xqlz6p59syect4a/rosalie.regular.otf);
  5.  
  6. }
  7.  
  8. #double {
  9. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  10. font-style: bold;
  11. font-size:2em;
  12. font-weight:bold;
  13. color: #fff;
  14. font-family:'rosalie';
  15. position: relative;
  16. z-index: 50;
  17. margin: -10px;
  18. </style>
  19. <div id="double">name</div>
Advertisement
Add Comment
Please, Sign In to add comment