y2kcarrds

딸기 uwu ai [PRO PLUS]

Jun 20th, 2022
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ---- name text ---- (#text01)
  2. font-family: good-time;
  3. position: relative;
  4. z-index: 10;
  5. bottom: -20px;
  6. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  7. }
  8.  
  9. ---- ♡ i. ii. text ---- (#text02)
  10. font-family: good-time;
  11. position: relative;
  12. z-index: 10;
  13. bottom: 20px;
  14. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  15.  
  16. ---- image border ---- (#image01)
  17. width: 310px;
  18. border-radius: 12px;
  19. border: 4px double black;
  20. object-fit: cover;
  21. margin: auto;
  22.  
  23. ---- info scrollboxes ---- (#text04, #text05)
  24. height: 130px;
  25. overflow: scroll;
  26. padding: 5px;
  27.  
  28.  
  29. ---- fonts embed ----
  30. <link rel="preconnect" href="https://fonts.googleapis.com">
  31. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  32. <link href="https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap" rel="stylesheet">
  33.  
  34. <style>
  35. @font-face {
  36. font-family: good-time;
  37. src: url(https://dl.dropbox.com/s/ijxda4xb1cyjpe4/KGAlwaysAGoodTime.ttf);
  38. }
  39.  
  40. @font-face {
  41. font-family: 'Magica';
  42. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  43. }
  44.  
  45. @font-face {
  46. font-family: squidgy;
  47. src: url(https://dl.dropbox.com/s/jwobi0mfqf17x7b/SquidgySweets.otf);
  48. }
  49.  
  50. #squidgy {
  51. font-family: squidgy;
  52.  
  53. }
  54.  
  55. ::selection {
  56. color: #fff;
  57. background: #D2EDFA;
  58. }
  59. </style>
  60.  
  61.  
  62. ---- blur hover links embed ----
  63. <style>
  64. #text02 a:hover{
  65. webkit-filter: blur(1px);
  66. filter: blur(1px);
  67. }
  68. </style>
  69.  
  70.  
  71. ---- lace border containers embed ----
  72. <style>
  73. #container03 , #container04 , #container05 {
  74. border-width:7px;
  75. border-style:solid;
  76. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  77. background: white;
  78. }
  79. </style>
Advertisement
Add Comment
Please, Sign In to add comment