Advertisement
Lizellea

gif name thing

Feb 12th, 2020
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. This goes above /style
  2.  
  3.  
  4. #name{margin-top:0vw;
  5. z-index:95;
  6. font-family:donn;
  7. font-size:5vw;
  8. position:absolute;
  9. top:5vw;
  10. left:4vw;
  11. width:25vw;
  12. text-align:center;
  13. line-height:6vw;
  14. background: url('https://data.whicdn.com/images/328158500/original.gif');
  15. background-size:cover;
  16. background-position:center;
  17. -webkit-background-clip: text;
  18. -webkit-text-fill-color: transparent;}
  19.  
  20. #nameunder{margin-top:0vw;
  21. z-index:94;
  22. font-family: donn;
  23. font-size:5vw;
  24. color:#000;
  25. position:absolute;
  26. top:5vw;
  27. left:4vw;
  28. width:25vw;
  29. text-align:center;
  30. line-height:6vw;
  31. text-shadow: -1px 0 #fff, 0 1px #fff,1px 0 #fff, 0 -1px #fff;}
  32.  
  33.  
  34.  
  35. This goes under /style
  36.  
  37. <div id="name">Raphtalia</div><div id="nameunder">Raphtalia</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement