Advertisement
Sansaisbae

Untitled

Jul 14th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC&family=Staatliches&family=Uchen&display=swap');
  2.  
  3.  
  4. @font-face { font-family: viking; src: url('https://dl.dropbox.com/s/f9yx78tyqxsz1z1/Breathe%20Fire.otf?dl=0');}
  5.  
  6. body { background: linear-gradient(45deg, #006600, #2c7744); overflow: hidden; cursor: url('https://64.media.tumblr.com/tumblr_lpwe5stuto1qepbs7.gif'), default;}
  7.  
  8. .pic { position: fixed; bottom: 0vh; right: 12vw; height: 76vh; width: 25vw; background: url('https://i.ibb.co/w4Pknyr/loki2.png') no-repeat; background-size: cover; filter: contrast(120%) drop-shadow(-.8vh 0vh 0vh green); z-index: 1; pointer-events: none;}
  9.  
  10. .text { position: absolute; top: 0vh; left: 0vw; height: 100vh; width: 100vw; background-image: url("https://www.transparenttextures.com/patterns/xv.png"); opacity: .5; }
  11.  
  12. .container { position: absolute; bottom: 10vh; right: 25vw; height: 60vh; width: 30vw; background: green; border: solid 10px #113B00; filter: drop-shadow(-.8vh .8vh 0vh #0003);}
  13.  
  14. .icon { position: absolute; top: 21vh; right: 51vw; height: 15vh; width: 7.5vw; background: url('https://64.media.tumblr.com/6d0e3bd336897e7a2d33ab1fa30667d9/tumblr_p80me7rITI1xpjiuvo9_250.png') no-repeat; background-size: cover; z-index: 1; pointer-events: none; border: solid 10px #006400; border-radius: 100px; filter: contrast(120%);}
  15.  
  16. .title { position: absolute; bottom: 0vh; left: 33vw; font-family: viking; color: #006400; font-size: 10vw; z-index: 2; -webkit-text-stroke: 1px #013220; filter: drop-shadow(.5vh .5vh 0vh #0006); pointer-events: none;}
  17.  
  18. .inner1 { position: absolute; bottom: 6vh; left: 1vw; height: 45vh; width: 18vw; background: ; font-family: 'Encode Sans SC', sans-serif; color: #fff; line-height: 2vh; font-size: 1.5vh; overflow: auto; transition: all .55s ease-in-out;} .container:hover ~ .inner1 { opacity: 0;}
  19.  
  20. .tabs { position: absolute; bottom: 3vh; left: 0vw; z-index: 100; }
  21.  
  22. .one { z-index: 1; position: absolute; bottom: 2vh; left: 1vw; height: 9.5vh; width: 3vw; background: url('https://i.ibb.co/r4NNx5T/pngfind-com-snake-vector-png-3683871.png') no-repeat; background-size: cover; transition: all .7s ease-in-out; }
  23.  
  24. .one:hover { filter: drop-shadow(.3vh .3vh 0vh #0002) contrast(200%); transform: rotate(360deg);}
  25.  
  26. .two { z-index: 1; position: absolute; bottom: 2vh; left: 5vw; height: 9.5vh; width: 3vw; background: url('https://i.ibb.co/r4NNx5T/pngfind-com-snake-vector-png-3683871.png') no-repeat; background-size: cover; transition: all .7s ease-in-out; }
  27.  
  28. .two:hover { filter: drop-shadow(.3vh .3vh 0vh #0002) contrast(200%); transform: rotate(360deg); }
  29.  
  30. .three { z-index: 1; position: absolute; bottom: 2vh; left: 9vw; height: 9.47vh; width: 3vw; background: url('https://i.ibb.co/r4NNx5T/pngfind-com-snake-vector-png-3683871.png') no-repeat; background-size: cover; transition: all .7s ease-in-out; }
  31.  
  32. .three:hover { filter: drop-shadow(.3vh .3vh 0vh #0002) contrast(200%); transform: rotate(360deg); }
  33.  
  34. .four { z-index: 1; position: absolute; bottom: 2vh; left: 13vw; height: 9.47vh; width: 3vw; background: url('https://i.ibb.co/r4NNx5T/pngfind-com-snake-vector-png-3683871.png') no-repeat; background-size: cover; transition: all .7s ease-in-out;}
  35.  
  36. .four:hover { filter: drop-shadow(.3vh .3vh 0vh #0002) contrast(200%); transform: rotate(360deg); }
  37.  
  38. .info { position: absolute; bottom: 16vh; left: 1vw; height: 35vh; width: 18vw; background: green; font-family: 'Encode Sans SC', sans-serif; color: #fff; line-height: 2vh; font-size: 1.5vh; overflow: auto; transition: all .55s ease-in-out; text-align: justify; text-transform: ; opacity: 0; }
  39.  
  40. .info:target { z-index: 100; opacity: 1; transition: all .22s ease-in-out; }
  41.  
  42. .tunes { position: absolute; bottom: 1vh; right: .5vw; height: 5vh; width: 2.2vw; background-image: url('https://66.media.tumblr.com/ec7846fff3ee4b06ab26a686a3440738/tumblr_mjokr89jSG1rfjowdo1_500.gif'); background-size: cover; opacity:.71; transition: all .55s ease-in-out; filter: grayscale(100%) contrast(120%);}
  43.  
  44. a { text-decoration: none; color: #e6be8a; transition: all .55s ease-in-out;} a:hover { text-shadow: 0px 0px 5px #e6be8a; text-transform: uppercase; cursor: url('https://64.media.tumblr.com/tumblr_lpwe5stuto1qepbs7.gif'), default;}
  45.  
  46. ::-webkit-scrollbar { display: none;}
  47.  
  48. U { text-decoration:none; text-transform: uppercase; font-family: 'Staatliches', cursive; color: #ffd700; text-shadow: 0px 0px 5px #ffd700; }
  49.  
  50. h1 {text-decoration: none; text-transform: uppercase; text-align: center; font-family: 'Uchen', serif; font-weight: 400; background-color: #006400; color: #fff; font-size: 2vh; line-height: 1vh; letter-spacing: .3vw; padding-left: .5vh; }
  51.  
  52. b { font-weight: 400; color: #8db600;}
  53.  
  54. i { color: #4a5d23;}
  55. </style>
  56. <div class="tunes"><audio controls="" style="position: absolute; left: 1vw; width:10vw;height:10vw;opacity: 0; bottom: 0vh;" loop="">
  57. <source src="put the music here u chaotic b*tch <3"></audio></div>
  58. <div class="pic"></div>
  59. <div class="text"></div>
  60. <div class="icon"></div>
  61. <div class="container">
  62. <div class="inner1">
  63. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  64. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  65. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  66. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  67. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  68. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  69. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  70. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  71. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  72. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  73. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  74. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  75. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  76. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  77. <div style="padding: 0px;"><u>stat</u><font style="float:right;">answer</font></div>
  78. <h1>header here</h1></div>
  79. <div class="tabs"><a class='one' href='#one'></a>
  80. <a class='two' href='#two'></a>
  81. <a class='three' href='#three'></a>
  82. <a class='four' href='#four'></a>
  83. <a class='inner1' href="#inner1"></a></div>
  84. <div class="info" id="two">
  85. <h1>header here</h1>
  86. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  87.  
  88.  
  89. </div>
  90.  
  91.  
  92.  
  93. <div class="info" id="three">
  94. <h1>header here</h1>
  95. <a target="_blank" href="profile link" title="friend blurb here if you want."><img src="img link here" style="width:30px;padding:4px;background-color:#4a5d23;"></a>
  96. <a target="_blank" href="profile link" title="friend blurb here if you want."><img src="img link here" style="width:30px;padding:4px;background-color:#4a5d23;"></a>
  97. <a target="_blank" href="profile link" title="friend blurb here if you want."><img src="img link here" style="width:30px;padding:4px;background-color:#4a5d23;"></a>
  98. <a target="_blank" href="profile link" title="friend blurb here if you want."><img src="img link here" style="width:30px;padding:4px;background-color:#4a5d23;"></a>
  99. <a target="_blank" href="profile link" title="friend blurb here if you want."><img src="img link here" style="width:30px;padding:4px;background-color:#4a5d23;"></a>
  100. </div>
  101.  
  102. <div class="info" id="four">
  103. <h1>header here</h1>
  104. i. code made for <i>LOKI!</i> by <a target="_blank" href="https://roleplay.chat/profile.php?user=scoob">scoob</a> for ther use only. if you'd like one of your, send them mail.
  105. <br>ii. <i>italic</i> <b>bold</b> <u>underline</u> <a title="words">hover</a> <a target="_blank" href="">link</a>
  106. </div>
  107. </div>
  108. <div class="title">title here</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement