Advertisement
ruesha

codes - 07/11

Jul 11th, 2024
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. - name.net -
  2. font-family: utonium;
  3. font-style: italic;
  4. background: -webkit-linear-gradient(#fff, #ffd9ed);
  5. -webkit-background-clip: text;
  6. -webkit-text-fill-color: transparent;
  7. -webkit-text-stroke: 1px #ffbade;
  8. font-size: 3.5em;
  9. position: absolute;
  10. bottom: 160px;
  11. left: 55px;
  12.  
  13. - basic container css -
  14. background: rgb(255,244,252);
  15. background: radial-gradient(circle, rgba(255,244,252,1) 35%, rgba(255,207,244,1) 100%);
  16. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  17. width: 145px;
  18. height: 135px;
  19.  
  20. - top left container -
  21. border-radius: 50px 0px 25px 0px;
  22. position: absolute;
  23. left: 43px;
  24. bottom: 20px;
  25. padding: 3px;
  26.  
  27. - bottom left container -
  28. border-radius: 0px 25px 0px 50px;
  29. position: absolute;
  30. left: 43px;
  31. bottom: -120px;
  32. padding: 3px;
  33.  
  34. - top right container -
  35. border-radius: 0px 50px 0px 25px;
  36. position: absolute;
  37. right: 43px;
  38. bottom: 20px;
  39. padding: 3px;
  40.  
  41. - bottom right container -
  42. border-radius: 25px 0px 50px 0px;
  43. position: absolute;
  44. right: 43px;
  45. bottom: -120px;
  46. padding: 3px;
  47.  
  48. - box01 -
  49. background: #fff0f9;
  50. font-family: pc98;
  51. color: #545454;
  52. border-radius: 40px 0px 25px 0px;
  53. font-size: 14px;
  54. padding: 10px;
  55. overflow-y: scroll;
  56. height: 117px;
  57.  
  58. - box02 -
  59. background: #ffffffc9;
  60. font-family: pc98;
  61. color: #545454;
  62. border-radius: 0px 25px 0px 40px;
  63. font-size: 14px;
  64. padding: 10px;
  65. overflow-y: scroll;
  66. height: 117px;
  67.  
  68. - box03 -
  69. background: #ffffffc9;
  70. font-family: pc98;
  71. color: #545454;
  72. border-radius: 0px 40px 0px 25px;
  73. font-size: 14px;
  74. padding: 10px;
  75. overflow-y: scroll;
  76. height: 117px;
  77.  
  78. - box04 -
  79. background: #fff0f9;
  80. font-family: pc98;
  81. color: #545454;
  82. border-radius: 25px 0px 40px 0px;
  83. font-size: 14px;
  84. padding: 10px;
  85. overflow-y: scroll;
  86. height: 117px;
  87.  
  88. - mark -
  89. font-family:'fenotype';
  90. color: white;
  91. background: #ffd1e9;
  92. border-radius: 50px;
  93. -webkit-text-stroke: 1px #ffbade;
  94.  
  95. - link -
  96. color: #ffbade;
  97. text-decoration: none;
  98.  
  99. - doll image -
  100. position: absolute;
  101. left: -101px;
  102. bottom: -12px;
  103. animation-name: floating;
  104. animation-duration: 3s;
  105. animation-iteration-count: infinite;
  106. animation-timing-function: ease-in-out;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement