y2kcarrds

cr angeidiarys ib aicoholdrink css codes

Jun 14th, 2023
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. *codes are from this girlsgo crd pro plus tutorial https://www.youtube.com/watch?v=p7oFUzEfIdA&t=1s!*
  2.  
  3. ---- CONTAINER CODES ----
  4. #container01 > .wrapper {
  5. border-radius: 0.5em;
  6. width: 10em;
  7. height: 24em;
  8. }
  9.  
  10. #container02 > .wrapper {
  11. border-radius: 0.5em;
  12. width: 17em;
  13. height: 24em;
  14. position: absolute;
  15. top: -24em;
  16. right: -1.5em;
  17. }
  18.  
  19. #container03 > .wrapper {
  20. border-radius: 0.5em;
  21. width: 17em;
  22. height: 24em;
  23. position: absolute;
  24. top: -24em;
  25. right: -1.5em;
  26. overflow: auto;
  27. }
  28.  
  29. #container04 > .wrapper {
  30. border-radius: 0.5em;
  31. width: 17em;
  32. height: 24em;
  33. position: absolute;
  34. top: -24em;
  35. right: -1.5em;
  36. overflow: auto;
  37. }
  38.  
  39. ---- GALLERY CODES ----
  40. #gallery01 .frame {
  41. box-shadow: 3px 3px #F0B9ED, 7px 7px #EF9FC4, 10px 10px #DFEDA8;
  42. }
  43.  
  44. #gallery01 {
  45. text-shadow: -1px 0 #F0B9ED, 0 1px #F0B9ED, 1px 0 #F0B9ED, 0 -1px #F0B9ED, 2px 1px 1px #BAC583;
  46. }
  47.  
  48. #gallery01 a:hover {
  49. webkit-filter: blur(1px);
  50. filter: blur(1px);
  51. }
  52.  
  53. ---- IMAGE CODES ----
  54. #image01 {
  55. -webkit-mask-image: url(https://i.ibb.co/PTDHc2h/fogmask.png);
  56. -webkit-mask-size: 100%;
  57. -webkit-mask-repeat: no-repeat;
  58. -webkit-mask-position: center;
  59. }
  60.  
  61. ---- TEXT CODES ----
  62. #text01 {
  63. font-family:chick;
  64. text-shadow: -1px 0 #F5A9E0, 0 1px #CFF5A9, 1px 0 #CFF5A9, 0 -1px #F5A9E0, 2px 1px 1px #000000;
  65. bottom:0.5em;
  66. }
  67.  
  68. #text02 {
  69. text-shadow: -1px 0 #F5A9E0, 0 1px #000, 1px 0 #000, 0 -1px #F5A9E0, 0 0;
  70. bottom:1.3em;
  71. }
  72.  
  73. #elementid {
  74. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  75. }
  76. </style>
  77.  
  78. ---- FONTS EMBED ----
  79. <style>
  80. @font-face {
  81. font-family:chick; src:url(https://dl.dropbox.com/s/f8j0gx594nhac83/CHICK___.TTF);
  82. }
  83. </style>
  84.  
  85. ---- SCROLLBAR EMBED ----
  86. <style>
  87. #scroll {
  88. }
  89. .scroll {
  90. } /* width */
  91.  
  92. ::-webkit-scrollbar {
  93. width: 10px;
  94. } /* Track */
  95.  
  96. ::-webkit-scrollbar-track {
  97. border-radius: 10px;
  98. } /* Handle */
  99.  
  100. ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #F6CEE5 0%, #D3F6CE 100%); border-radius: 10px;
  101. } /* Handle on hover */
  102.  
  103. ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #F6CEE5 0%, #FFB1DC 0%, #D3F6CE 100%);
  104. }
  105. </style>
Advertisement
Add Comment
Please, Sign In to add comment