Advertisement
wilderanima

ᴊᴜsᴛ ᴏɴᴇ ʟɪғᴇ

May 13th, 2024 (edited)
1,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.09 KB | Writing | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  4.  
  5. body {
  6. cursor: url(https://66.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_ol4nwhvSwg1uxxza6_1280.png), auto;
  7. background-color: #000;
  8. }
  9.  
  10. ::-webkit-scrollbar {
  11. display: none;
  12. }
  13.  
  14. ::selection {
  15. background: ;
  16. color: white;
  17. }
  18.  
  19. .container {
  20. position: absolute;
  21. margin: auto;
  22. top: 0px;
  23. bottom: 0px;
  24. left: 0px;
  25. right: 0px;
  26. height: 550px;
  27. width: 550px;
  28. background-color: #000;
  29. }
  30.  
  31. .wilder {
  32. position: fixed;
  33. bottom: 0px;
  34. right: 0px;
  35. }
  36.  
  37. .image1 {
  38. position: absolute;
  39. margin: auto;
  40. top: 0px;
  41. bottom: 0px;
  42. left: 0px;
  43. right: 250px;
  44. height: 400px;
  45. width: 250px;
  46. background: url(https://placehold.co/250x400.png);
  47. background-size: cover;
  48. outline: 1px solid #554136;
  49. outline-offset: -5px;
  50. }
  51.  
  52. .words {
  53. position: absolute;
  54. margin: auto;
  55. top: 0px;
  56. bottom: 0px;
  57. left: 275px;
  58. right: 0px;
  59. height: 355px;
  60. width: 250px;
  61. font: 12px economica;
  62. color: #a3a597;
  63. text-align: center;
  64. overflow: auto;
  65. }
  66. b {
  67. font: 13px economica;
  68. color: #554136;
  69. text-transform: uppercase;
  70. font-weight: bold;
  71. }
  72. i {
  73. font: 13px economica;
  74. font-style: italic;
  75. color: #7a6d65;
  76. }
  77. a {
  78. text-decoration: none;
  79. font: 13px times;
  80. color: #7a6d65;
  81. transition: 0.5s;
  82. }
  83. a:hover {
  84. color: #a3a597;
  85. text-shadow: 1px 1px 0px #7a6d65;
  86.  
  87. </style>
  88.  
  89. <!--
  90.  MUSIC PLAYER #02 by glenthemes
  91.  ♬ glenthpvs.tumblr.com/player02
  92. --->
  93. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  94. <link href="//fonts.googleapis.com/css?family=Readex+Pro" rel="stylesheet">
  95. <link href="//glenthemes.github.io/-music-/glenplayer02.css" rel="stylesheet">
  96. <script src="//glenthemes.github.io/-music-/glenplayer02.js"></script>
  97. <style element="glenplayer02">
  98. :root {
  99.  --MusicPlayer-Position:bottom left;
  100.  --MusicPlayer-Edge-Offset:15px;
  101.  
  102.  --MusicPlayer-Buttons-Size:14px;
  103.  --MusicPlayer-Buttons-Color:#554136;
  104.  --MusicPlayer-Buttons-Fill:yes;
  105.  
  106. }
  107. </style>
  108.  
  109. <div glenplayer02>
  110. <div controls></div>
  111. <i class="aa-line-icons" icon-name="music-2"></i>
  112. <audio src="MUSIC_LINK" volume="100%"></audio>
  113. </div>
  114.  
  115. <div class="wilder"><a target="_blank" href="https://pastebin.com/u/wilderanima" title="code by wilder."><img src="https://i.imgur.com/hCJmFVu.png" width="75px;"></a></div>
  116.  
  117. <div class="container">
  118. <div class="image1"></div>
  119. <div class="words">
  120.  
  121. <b>let's try something bold.</b> <br>
  122. <i>how about something italic?</i> <br>
  123. <a>and for good measure? a link.</a> <br><br>
  124.  
  125. lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br><br>
  126.  
  127. ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br><br>
  128.  
  129. duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br><br>
  130.  
  131. excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <br><br>
  132.  
  133. <hr size="1" width="100%" noshade style="color:#554136"/>
  134. <br>
  135.  
  136. words. <br><br>
  137.  
  138. </div>
  139. </div>
Tags: RPC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement