Advertisement
dollzito

🪀 crd tuto: codes embed

Feb 2nd, 2023
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <style>
  2. #image01 {
  3. position: relative;
  4. left: -2.9em;
  5. bottom: -0.3em;
  6. }
  7.  
  8. #text01 a, #text02 a {
  9. font-family: ALBA;
  10. -webkit-text-stroke: 0.5px #FFA4D6;
  11. -webkit-filter: drop-shadow(0px 0px 1px #FFFFFF);
  12. background-image: radial-gradient( #FFD1EB 20%, #FFD1EB 20%, transparent 60%);
  13. }
  14.  
  15. #container03 > .wrapper, #container04 > .wrapper {
  16. height: 13.6em;
  17. margin-bottom: 1.1em;
  18. position: absolute;
  19. left: 1em;
  20. bottom: 0em;
  21. z-index: 500;
  22. }
  23.  
  24. #text03 a, #text08 a {
  25. position: relative;
  26. bottom: 0.1em;
  27. -webkit-text-stroke: 0.5px #FFA4D6;
  28. }
  29.  
  30. #text04 mark, #text09 mark {
  31. position: absolute;
  32. top: -0.7em;
  33. left: 0.1em;
  34. z-index: 100;
  35. font-family: ALBA;
  36. -webkit-filter: drop-shadow(0px 0px 1px #FF95CD);
  37. }
  38.  
  39. #text05 {
  40. width: 95%;
  41. height: 4em;
  42. margin: auto;
  43. padding: .5em;
  44. background: #FFD1EB;
  45. box-shadow: 0 0 0.3em 0.3em #FFD1EB;
  46. border-radius: 5px;
  47. }
  48.  
  49. #text06 mark {
  50. position: absolute;
  51. bottom: -1em;
  52. left: 0.1em;
  53. z-index: 100;
  54. font-family: ALBA;
  55. -webkit-filter: drop-shadow(0px 0px 1px #FF95CD);
  56. }
  57.  
  58. #text07 {
  59. width: 95%;
  60. margin: auto;
  61. padding: .5em;
  62. background: #FFD1EB;
  63. box-shadow: 0 0 0.3em 0.3em #FFD1EB;
  64. border-radius: 5px;
  65. height: 5.2em;
  66. overflow-y: scroll;
  67. position: relative;
  68. bottom: -2.1em;
  69. }
  70.  
  71. #text10 {
  72. width: 95%;
  73. height: 9em;
  74. margin: auto;
  75. padding: .5em;
  76. background: #FFD1EB;
  77. box-shadow: 0 0 0.3em 0.3em #FFD1EB;
  78. border-radius: 5px;
  79. overflow-y: scroll;
  80. }
  81.  
  82. #icons01 li a {
  83. -webkit-filter: drop-shadow(0px 0px 0.5px #FF95CD);
  84. }
  85. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement