Advertisement
DOLLIECARRDS

wonyoung.uwu.ai bg

Aug 21st, 2022
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=Kosugi&display=swap" rel="stylesheet">
  4.  
  5. <style>
  6. @font-face {
  7. font-family: hugh is life;
  8. src: url(https://dl.dropbox.com/s/bki6gilknxxouuk/HughIsLifePersonalUseItalic-K7axe.ttf);
  9. }
  10.  
  11. .container {
  12. position: relative;
  13. width: 320px;
  14. height: 210px;
  15. margin: auto;
  16. z-index: 999;
  17. /* change the background image and the gradient */
  18. background-image: linear-gradient(#ffffff50, #C7D8FFba), url('https://data.whicdn.com/images/349540500/original.gif');
  19. background-position: center;
  20. background-size: cover;
  21. color: #fff;
  22. overflow: hidden;
  23. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 20%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 30%);
  24. border-radius: 30px;
  25. overflow: auto;
  26. }
  27.  
  28. @keyframes glow { 0% { text-shadow: 0px 0px 15px white; } 50% { text-shadow: 0px 0px 5px white; } 100% { text-shadow: 0px 0px 15px white; }
  29. }
  30.  
  31. p {
  32. font-family: kosugi;
  33. color: #999999;
  34. font-size: 0.9em;
  35. text-align: right;
  36. }
  37.  
  38. p2 {
  39. font-family: kosugi;
  40. color: #fff;
  41. font-size: 0.6em;
  42. text-align: right;
  43. font-style: italic;
  44. font-weight: 900;
  45. }
  46.  
  47. mark {
  48. color: #ffffff;
  49. font-size: 1.2em;
  50. background: transparent;
  51. -webkit-filter: drop-shadow(0px 0px 1px #fff);
  52. animation: glow 1.5s infinite;
  53. }
  54.  
  55. a {
  56. color: #ffffff;
  57. -webkit-filter: drop-shadow(0px 0px 1px #fff);
  58. text-decoration: none;
  59. }
  60.  
  61. .top-left {
  62. position: absolute;
  63. top: 0px;
  64. left: 8px;
  65. }
  66.  
  67. .top-right {
  68. position: absolute;
  69. top: 4px;
  70. right: 8px;
  71. }
  72.  
  73. .content {
  74. position: absolute;
  75. top: 60px;
  76. /* change the opacity of the slide up */
  77. opacity: .7;
  78. width: 87%;
  79. height: 90%;
  80. /* change the background color of the slide up */
  81. background-color: #C7D8FFba;
  82. padding-right: 10px;
  83. padding-left: 10px;
  84. /* make the shadow the same color as the background */
  85. box-shadow: 0 0 30px 35px #C7D8FFba;
  86. -webkit-transform: translateY(80%);
  87. transform: translateY(80%);
  88. -webkit-backface-visibility: hidden;
  89. backface-visibility: hidden;
  90. -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.4s;
  91. transition: opacity 0.2s 0.3s, -webkit-transform 0.4s;
  92. transition: transform 0.4s, opacity 0.2s 0.3s;
  93. transition: transform 0.4s, opacity 0.2s 0.3s, -webkit-transform 0.4s;
  94. }
  95.  
  96. .slide-up:hover .content {
  97. /* change the opacity of the slide up */
  98. opacity: .8;
  99. -webkit-transform: translateY(0px);
  100. transform: translateY(0px);
  101. -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  102. transition: opacity 0.2s, -webkit-transform 0.4s;
  103. transition: transform 0.4s, opacity 0.2s;
  104. transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
  105. }
  106. </style>
  107.  
  108. <div class='container slide-up'>
  109.  
  110. <div class='content'>
  111. <p><mark>hellooo</mark> i'm juwairiyah ~ i'm a minor, south asian, muslim. <bold>cr aicoholdrink for this scrollbox<bold></p>
  112. <br>
  113. <p><mark>note</mark> mainpriv, don't req if idk you, i talk a lot and say what i want so don't say anything to me regarding of wht i post, no tw. </p>
  114. <br>
  115. <p><mark>lovelist</mark> bp, nct, OnlyOneOf, aespa, twice, ive, stayc, itzy, sulli, rv, loona, ariana, taylor, NIKI, melanie martinez, beabadoobee, olivia rodrigos.</p>
  116. <br>
  117. </div>
  118. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement