dollcrds

cyber styling (pro-standard)

Mar 27th, 2024
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <style>
  2.  
  3. #image01 {
  4. background: #FE82B624;
  5. -webkit-mask-image: url(https://i.imgur.com/1PjqQS6.png);
  6. -webkit-mask-size: 200%;
  7. -webkit-mask-repeat: no-repeat;
  8. -webkit-mask-position: center;
  9. }
  10.  
  11. #text01 {
  12. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  13. font-family:'kiwi';
  14. }
  15.  
  16. #text03 {
  17. font-family: windows;
  18. }
  19.  
  20. #text02, #text05 {
  21. overflow-y: scroll;
  22. height: 6.5em;
  23. font-family: windows;
  24. }
  25.  
  26. #text04 {
  27. font-family: windows;
  28. border: 1px solid black;
  29. padding: 3px;
  30. overflow-y: scroll;
  31. height: 7em;
  32. }
  33.  
  34. </style>
Advertisement
Add Comment
Please, Sign In to add comment