dollcrds

wjsn uwu ai scrollbox

Jun 10th, 2022
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: 'Magica';
  5. src:
  6. url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  7. }
  8. figure.blurfilter{
  9. margin: -6px;
  10. padding: 0;
  11. display: inline-block;
  12. position: relative;
  13. overflow: hidden; /
  14. border-radius:70%;
  15. border-width:7px;
  16. border-style:solid;
  17. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  18. }
  19.  
  20. .figcaption img {
  21. width: 10px;
  22. }
  23.  
  24. figure.blurfilter img{
  25. display: block;
  26. width: 250px;
  27. height: auto;
  28. transition: all 0.4s 0.4s;
  29. }
  30.  
  31. figure.blurfilter figcaption{
  32. position: absolute;
  33. display: block;
  34. text-align: left;
  35. -webkit-box-sizing: border-box;
  36. -moz-box-sizing: border-box;
  37. box-sizing: border-box;
  38. text-align: justify;
  39. background: white;
  40. border: 3px double #000;
  41. border-radius: 10px;
  42. padding: 7px;
  43. z-index: 100;
  44. width: 90%;
  45. height: 90%;
  46. line-height: 15px;
  47. overflow: auto;
  48. top: 5%;
  49. left: 5%;
  50. font-size: 12px;
  51. font-family: 'Magica';
  52. opacity: 0;
  53. -moz-transition: all 0.4s;
  54. -webkit-transition: all 0.4s;
  55. transition: all .4s;
  56. }
  57.  
  58. figure.blurfilter figcaption h3{
  59. text-align: left;
  60. width: 90%;
  61. margin: 0;
  62. }
  63. margin: 1px 1px;
  64. }
  65.  
  66. figure.blurfilter figcaption p{
  67. text-align: left;
  68. margin-top: 5px;
  69. line-height: 1;
  70. }
  71. .button { /* add your button here. you can change the color and basically all the things you want to lol */
  72. background-color: #fff;
  73. border: 1px solid #000;
  74. border-radius: 5px;
  75. color: black;
  76. padding: 1px 1px;
  77. text-align: center;
  78. text-decoration: none;
  79. display: inline-block;
  80. font-size: 12px;
  81. font-family: 'Magica';
  82. margin: 1px 1px;
  83. cursor: hidden; /* don't change this tho */
  84. }
  85.  
  86. figure.blurfilter figcaption a{
  87. text-decoration: none;
  88. }
  89.  
  90. figure.blurfilter:hover img{
  91. -webkit-filter: blur(5px);
  92. filter: blur(5px);
  93. -webkit-transform: scale(1.3);
  94. transform: scale(1.3);
  95. -moz-transition: all 0.4s;
  96. -webkit-transition: all 0.4s;
  97. transition: all 0.4s;
  98. }
  99.  
  100. figure.blurfilter:hover figcaption{
  101. opacity: 1;
  102. -moz-transition: all .4s .4s;
  103. -webkit-transition: all .4s .4s;
  104. transition: all .4s .4s;
  105. }
  106.  
  107. figcaption {
  108. overflow-y: scroll;
  109. }
  110. </style>
  111. <figure class="blurfilter default">
  112. <img src="https://cdn.discordapp.com/attachments/965819507794907138/984615113254391808/original_5.GIF">
  113. <figcaption>
  114. about me info info info info info
  115. <br></br>
  116.  
  117. <font color="#000"><strong>kpop!</strong></font> info info info info info
  118. <br></br> <font color="#000"><strong>note!</strong></font> info info info info info
  119. <br></br>
  120. <button class="button"><strong>byf</strong></button> info info info info info
  121. <br></br>
  122. <button class="button"><strong>dni</strong></button> info info info info info
  123. </figcaption>
  124. </figure>
Advertisement
Add Comment
Please, Sign In to add comment