mixue

cr coracrd

Oct 10th, 2022 (edited)
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. --- ALL FONTS ---
  2.  
  3. <style>
  4.  
  5. @font-face {
  6. font-family: roman;
  7. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  8. }
  9.  
  10. @font-face {
  11. font-family: Pixelated MS Sans Serif;
  12. src:url(https://dl.dropbox.com/s/tbas0823c5svwxz/qgjjre.woff);
  13. }
  14. </style>
  15.  
  16.  
  17. --- NAME ---
  18.  
  19. background: radial-gradient(#FFFFFF 10%, #BABABA 49%, #CCCCCC 100%);
  20. -webkit-background-clip: text;
  21. -webkit-text-fill-color: transparent;
  22. -webkit-filter: drop-shadow(1px 1px 2px #000000);
  23.  
  24. --- SCROLLBOX ---
  25.  
  26. height: 10.5em;
  27. width: 13.5em;
  28. border-radius: 5px;
  29. overflow: auto;
  30. padding: 10px;
  31.  
  32. (mobile)
  33. height: 8.5em;
  34. width: 11.5em;
  35.  
  36. --- CHECKBOX ---
  37.  
  38. <link rel="stylesheet" href="https://unpkg.com/98.css">
  39. <style>
  40. .checkbox {
  41. color: #644934;
  42. text-align: left;
  43. }
  44.  
  45. .checkbox label {
  46. font-size: 1.125em;
  47. }
  48.  
  49. </style>
  50. <div class="checkbox">
  51. <strong><input type="checkbox" id="example1"><label for="example1">ABOUT ME</label></strong>
  52. </div>
  53.  
  54. --- MARK ---
  55.  
  56. <style>
  57. .mark {
  58. color: #644934;
  59. font-family: Pixelated MS Sans Serif;
  60. text-align: left;
  61. font-size: 1.125em;
  62. }
  63.  
  64. .mark img {
  65. position: relative;
  66. top: 3px;
  67. }
  68.  
  69. </style>
  70. <div class="mark">
  71. <img src="linkurl"> <strong>TO KNOW</strong>
  72. </div>
  73.  
Advertisement
Add Comment
Please, Sign In to add comment