Sansaisbae

Untitled

Apr 17th, 2021 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Changa&family=Metal+Mania&display=swap');
  3.  
  4.  
  5.  
  6. body { background: repeating-linear-gradient(45deg, #000, #fff); cursor: url('https://64.media.tumblr.com/tumblr_lqs4pnAVVj1qfoi4t.png'), default; overflow: hidden;}
  7.  
  8. .image { position: absolute; height: 100vh; width: 39vw; background: url('https://cdn.discordapp.com/attachments/478793307166736384/833134024847392818/hyuk.png') no-repeat; background-size: cover; background-position: center;}
  9.  
  10. .title { position: absolute; bottom: 44vh; left: 3vw; font-family: 'Metal Mania', cursive; color: #fff; font-size: 10vh; filter: drop-shadow(.8vh .8vh 0vh #3339);}
  11.  
  12. .stats { position: absolute; bottom: 37vh; left: 10.5vh; }
  13.  
  14. .texture { position: absolute; top: 0vh; left: 0vw; height: 100vh; width: 100vw; background-image: url("https://www.transparenttextures.com/patterns/black-twill.png"); opacity: .2; z-index: -1;}
  15.  
  16. U { text-decoration:none; text-transform:uppercase; font-family:changa; color:#000; font-size: 1.2vh; border-radius:0vh 0vh 1vh 0vh; padding-right:.2vw; padding-top:0vh; padding-bottom:0vh; padding-left: .2vw; line-height:2.7vh; letter-spacing:.1vh; background-color:#fff; transition: all .7s ease-in-out;}
  17.  
  18. u:hover { background: #fff; color: #000;}
  19.  
  20. #bubble {
  21. position:absolute;
  22. background-color:#fff;
  23. border-radius:200px;
  24. width:70px;
  25. height:70px;
  26. left:230px;
  27. top:50px;
  28. }
  29.  
  30. #arrow {
  31. position:absolute;
  32. color:#fff;
  33. font-size:50px;
  34. left:-20px;
  35. top:10px;
  36. }
  37.  
  38. #music-note {
  39. position:absolute;
  40. left:22px;
  41. top:22px;
  42. }
  43.  
  44. .music { z-index: 11000;position: absolute; top: 5vh; left: 15vw;}
  45.  
  46.  
  47.  
  48. a, a:link, a:visited {
  49. color: maroon;
  50. letter-spacing:1px;
  51. text-decoration:none;
  52. text-transform:uppercase;
  53. transition: all .7s ease-in-out;}
  54.  
  55. a:hover{
  56. color: maroon;
  57. text-shadow: 0px 0px 5px maroon;
  58. cursor: url('http://i.imgur.com/2qleX.jpg'), default;}
  59.  
  60.  
  61. </style>
  62.  
  63. <div class="image"><div class="title">THE GHOSTFACE</div><div class="stats"><u>danny johnson -- jed olsen</u> <u>male</u> <u>6'05"</u> <u>21</u> <u><a target="_blank" href="">meh</a></u> <u>journalist -- killer</u> <br><u>100% a genius</u> <u>mildly psychopathic</u> <u>anti-social -- prefers animals</u> <u>tired:tm:</u></div></div>
  64. <div class="music"><div id="bubble">
  65. <div id="arrow">
  66. </div>
  67.  
  68. <div id="music-note">
  69. <img src="http://i.imgur.com/r6klgBG.gif">
  70. </div>
  71.  
  72. <div id="music-player">
  73. <Div style="margin-top:4px;">
  74. <audio controls style="opacity: 0; width:150px; margin-top:10px; margin-left:10px;">
  75. <source src="https://www.dropbox.com/s/2aklu5r9c1ytyop/EBEN%20x%20Biometrix%20x%20RIELL%20-%20Beg%20Me%20%5BOfficial%20Lyric%20Video%5D.mp3?dl=1">
  76. </audio>
  77. </div>
  78. </div>
  79. </div></div>
  80. <div class="texture"></div>
Add Comment
Please, Sign In to add comment