dollcrds

leeseo drr ac menu

May 30th, 2022
683
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 1 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: 300px;
  14. height: 200px;
  15. margin: auto;
  16. z-index: 999;
  17. /* change the background image and the gradient */
  18. background-image: linear-gradient(#ffffff50, #fff), url('https://cdn.discordapp.com/attachments/965819507794907138/980984588685963344/original.GIF');
  19. background-position: center;
  20. background-size: cover;
  21. color: #fff;
  22. overflow: hidden;
  23. box-shadow: 0px 3px 7px #aaa, inset 13px 0px 6px -10px #fff, inset -13px 0px 6px -10px #fff, inset 0px 13px 6px -9px #ffffff, inset 0px -13px 6px -10px #fff;
  24. border-radius: 10px;
  25. -webkit-animation-name: zoomInDown; animation-name: zoomInDown; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes zoomInDown { 0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInDown { 0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
  26. }
  27.  
  28. h1 {
  29. font-family: hugh is life;
  30. color: #fff;
  31. font-size: 4em;
  32. text-align: left;
  33. animation: glow 1.5s infinite;
  34. }
  35.  
  36. @keyframes glow { 0% { text-shadow: 0px 0px 15px white; } 50% { text-shadow: 0px 0px 5px white; } 100% { text-shadow: 0px 0px 15px white; }
  37. }
  38.  
  39. p {
  40. font-family: kosugi;
  41. color: #424242;
  42. font-size: 0.9em;
  43. text-align: right;
  44. }
  45.  
  46. p2 {
  47. font-family: kosugi;
  48. color: #fff;
  49. font-size: 0.6em;
  50. text-align: right;
  51. font-style: italic;
  52. font-weight: 900;
  53. }
  54.  
  55. mark {
  56. color: #ffffff;
  57. font-size: 1.2em;
  58. background: transparent;
  59. -webkit-filter: drop-shadow(0px 0px 1px #fff);
  60. }
  61.  
  62. a {
  63. color: #ffffff;
  64. -webkit-filter: drop-shadow(0px 0px 1px #fff);
  65. text-decoration: none;
  66. }
  67.  
  68. .top-left {
  69. position: absolute;
  70. top: 0px;
  71. left: 8px;
  72. }
  73.  
  74. .top-right {
  75. position: absolute;
  76. top: 4px;
  77. right: 8px;
  78. }
  79.  
  80. .content {
  81. position: absolute;
  82. top: 60px;
  83. /* change the opacity of the slide up */
  84. opacity: .7;
  85. width: 100%;
  86. height: 70%;
  87. /* change the background color of the slide up */
  88. background-color: #fff;
  89. padding-right: 10px;
  90. padding-left: 10px;
  91. /* make the shadow the same color as the background */
  92. box-shadow: 0 0 30px 35px #fff;
  93. -webkit-transform: translateY(80%);
  94. transform: translateY(80%);
  95. -webkit-backface-visibility: hidden;
  96. backface-visibility: hidden;
  97. -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.4s;
  98. transition: opacity 0.2s 0.3s, -webkit-transform 0.4s;
  99. transition: transform 0.4s, opacity 0.2s 0.3s;
  100. transition: transform 0.4s, opacity 0.2s 0.3s, -webkit-transform 0.4s;
  101. overflow: scroll;
  102. }
  103.  
  104. .slide-up:hover .content {
  105. /* change the opacity of the slide up */
  106. opacity: .8;
  107. -webkit-transform: translateY(0px);
  108. transform: translateY(0px);
  109. -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  110. transition: opacity 0.2s, -webkit-transform 0.4s;
  111. transition: transform 0.4s, opacity 0.2s;
  112. transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
  113. }
  114. html {
  115. overflow: scroll;
  116. overflow-x: hidden;
  117. }
  118. ::-webkit-scrollbar {
  119. width: 0; /* remove scrollbar space */
  120. background: transparent; /* to make scrollbar invisible */
  121. }
  122. ::-webkit-scrollbar-thumb {
  123. background: transparent;
  124. }
  125. </style>
  126.  
  127. <div class='container slide-up'>
  128. <!--- DON'T REMOVE --->
  129. <div class="top-right">
  130. <p2>cr aicoholdrink</p2></div>
  131.  
  132. <div class="top-left"><h1>Name</h1></div>
  133.  
  134. <div class='content'>
  135. <p><mark>About</mark> info info info </p>
  136. <br>
  137. <p><mark>Byf</mark> info info info </p>
  138. <br>
  139. <p><mark>Dni</mark> info info info </p>
  140. <br>
  141. <p><mark>Kpop</mark> info info info </p>
  142. </div>
  143. </div>
Advertisement
Add Comment
Please, Sign In to add comment