Advertisement
mepad

image clipped in text code (carrd)

Mar 31st, 2021
2,642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <h1>KAMISATO</h1>
  5.  
  6. <style>
  7.  
  8. body {
  9. height: 100vh;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. font-family: 'Times', cursive;
  14. }
  15.  
  16. h1 {
  17. font-size: 60px;
  18. background-image: url(YOUR IMAGE/GIF HERE);
  19. background-size: cover;
  20. background-clip: text;
  21. -webkit-background-clip: text;
  22. color: transparent;
  23. -webkit-text-stroke: 1px black;
  24. font-weight:bold;
  25. font-style: italic;
  26. }
  27.  
  28. </style>
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement