Advertisement
izuemis

25 ji crd css codes

Sep 3rd, 2022
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
  5. font-family: SakeMoru;
  6. }
  7.  
  8. @font-face {
  9. font-family: pixel;
  10. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  11. }
  12.  
  13. @font-face {
  14. font-family:'fenotype';
  15. src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
  16. }
  17.  
  18. @font-face {
  19. font-family: 'krona one';
  20. src:
  21. url(https://dl.dropbox.com/s/fma2yu6n4jaclgi/KronaOne-Regular.ttf)
  22. }
  23.  
  24. #container01 > .wrapper {
  25. height: 5em;
  26. }
  27.  
  28. #container02 > .wrapper {
  29. height: 7em;
  30. width: 10em;
  31. background: rgb(221,143,127);
  32. background: radial-gradient(circle, rgba(221,143,127,1) 0%, rgba(255,255,255,1) 99%);
  33. }
  34.  
  35. #container03 > .wrapper {
  36. background: rgb(221,143,127);
  37. background: radial-gradient(circle, rgba(221,143,127,1) 0%, rgba(255,255,255,1) 99%);
  38. width: 11.5em;
  39. height: 14em;
  40. }
  41.  
  42. #container04 > .wrapper {
  43. background: rgb(221,143,127);
  44. background: radial-gradient(circle, rgba(221,143,127,1) 0%, rgba(255,255,255,1) 99%);
  45. width: 11.5em;
  46. height: 14em;
  47. }
  48.  
  49. #container05 > .wrapper {
  50. background: rgb(221,143,127);
  51. background: radial-gradient(circle, rgba(221,143,127,1) 0%, rgba(255,255,255,1) 99%);
  52. width: 11.5em;
  53. height: 14em;
  54. }
  55.  
  56. #text01 {
  57. font-family: SakeMoru;
  58. -webkit-text-stroke: 1px #b6544e;
  59. text-stroke: 1px #b6544e;
  60. }
  61.  
  62. #text02 {
  63. background: #b6544e;
  64. border-radius: 20px;
  65. width: 20em;
  66. }
  67.  
  68. #text03 {
  69. font-family:'fenotype';
  70. -webkit-text-stroke: 1px #b6544e;
  71. text-stroke: 1px #b6544e;
  72. background: white;
  73. border: 1px solid #b6544e;
  74. border-radius: 100%;
  75. }
  76.  
  77. #text04 {
  78. font-family: 'krona one';
  79. color: white;
  80. -webkit-text-stroke: 1px #b6544e;
  81. text-stroke: 1px #b6544e;
  82. background: #faeae0;
  83. border: 1px solid #b6544e;
  84. padding: 5px;
  85. border-radius: 5px;
  86. }
  87.  
  88. #text05 {
  89. font-family: 'krona one';
  90. background: white;
  91. padding: 3px;
  92. border-radius: 20px;
  93. color: #dd8f7f;
  94. }
  95.  
  96. mark {
  97. font-family: 'krona one';
  98. color: white;
  99. background: #dd8f7f;
  100. border-radius: 0px 20px 20px 0px;
  101. margin-left: -.75em;
  102. padding-left: 10px;
  103. padding-right: 10px;
  104. }
  105.  
  106. #text06, #text07, #text08 {
  107. font-family: pixel;
  108. background: white;
  109. border: 1px solid #b6544e;
  110. padding: 10px;
  111. border-radius: 10px;
  112. height: 14.5em;
  113. overflow: auto;
  114. }
  115.  
  116. #text04 a:visited {
  117. color: white;
  118. -webkit-text-stroke: 1px #b6544e;
  119. text-stroke: 1px #b6544e;
  120. }
  121.  
  122. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement