Advertisement
wilderanima

π“π–πŽ

Apr 28th, 2024 (edited)
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.43 KB | Writing | 0 0
  1.      Hello, wildlings!
  2.  
  3.   A very simple code with an image on the right and information on the left.
  4.   Follow the dimensions of the image, otherwise, it won't fit properly.
  5.  Feel free to change colors!
  6.  
  7.  Please do not steal this code.
  8.  Leave the credit! <3 Happy Writing!
  9.  
  10. β€” β€” β€” β€” β€” β€” β€” β€” β€” β€” β€” β€” β€” β€”
  11.  
  12. <style>
  13.  
  14. @import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
  15. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  16. @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  17. @import url('https://fonts.googleapis.com/css2?family=Short+Stack&display=swap');
  18.  
  19. body {
  20. cursor: url(https://66.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_ol4nwhvSwg1uxxza6_1280.png), auto;
  21. background-color: #000;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. display: none;
  26. }
  27.  
  28. ::selection {
  29. background: ;
  30. color: white;
  31. }
  32.  
  33. a {
  34. text-decoration: none;
  35. color: #000;
  36. }
  37.  
  38. a:hover {
  39. color: #ADACC1;
  40. }
  41.  
  42. b {
  43. color: #B1BDC6;
  44. font-weight: bold;
  45. }
  46.  
  47. i {
  48. color: #BE6C79;
  49. }
  50.  
  51. .wilder {
  52. position: absolute;
  53. bottom: 0px;
  54. right: 5px;
  55. }
  56.  
  57. .container {
  58. position: absolute;
  59. margin: auto;
  60. top: 0px;
  61. bottom: 0px;
  62. left: 0px;
  63. right: 0px;
  64. height: 650px;
  65. width: 800px;
  66. background-color: #000;
  67. }
  68.  
  69. .mainimg {
  70. position: absolute;
  71. height: 600px;
  72. width: 375px;
  73. top: 25px;
  74. right: 25px;
  75. background: url(https://placehold.co/375x600.png);
  76. background-size: 100%;
  77. border: 1px solid #7D86AD;
  78. border-radius: 5px 20px 20px 5px;
  79. box-shadow: #7D86AD 0px 0px 20px;
  80. }
  81.  
  82. .name {
  83. position: relative;
  84. font-family: 'anton';
  85. font-size: 50px;
  86. font-style: italic;
  87. margin-top: 5px;
  88. margin-bottom: 5px;
  89. left: 35px;
  90. top: 445px;
  91. text-shadow: 2px 2px 2px #7D86AD;
  92. color: #EEEDEE;
  93. letter-spacing: -1px;
  94. z-index: 1;}
  95.  
  96. .stats {
  97. position: absolute;
  98. top: 25px;
  99. left: 25px;
  100. height: 230px;
  101. width: 350px;
  102. background: #7D86AD;
  103. border: 1px solid #7D86AD;
  104. border-radius: 20px 5px 5px 20px;
  105. box-shadow: #7D86AD 0px 0px 20px;
  106. padding: 10px;
  107. overflow: auto;
  108. }
  109.  
  110. .stats h1 {
  111. text-align: right;
  112. font: 20px anton;
  113. padding: 0px;
  114. padding-right: 50px;
  115. border-radius: 5px;
  116. color: #EEEDEE;
  117. font-style: italic;
  118. margin-top: 0;
  119. }
  120.  
  121. .stats li {
  122. display: block;
  123. background: #575D79;
  124. box-shadow: #EEEDEE 0px 0px 5px;
  125. opacity: 0.8;
  126. padding: 8px;
  127. margin: 3px;
  128. border-radius: 20px 5px 5px 5px;
  129. font: 13px short stack;
  130. text-align: right;
  131. color: #F1DED6;
  132. font-weight: bold;
  133. }
  134.  
  135. .hc {
  136. position: absolute;
  137. top: 280px;
  138. left: 25px;
  139. height: 150px;
  140. width: 350px;
  141. background: #7D86AD;
  142. border: 1px solid #7D86AD;
  143. border-radius: 20px 5px 5px 20px;
  144. box-shadow: #7D86AD 0px 0px 20px;
  145. padding: 10px;
  146. overflow: auto;
  147. }
  148.  
  149. .hc h1 {
  150. text-align: right;
  151. font: 20px anton;
  152. padding: 0px;
  153. padding-right: 50px;
  154. border-radius: 5px;
  155. color: #EEEDEE;
  156. font-style: italic;
  157. margin-top: 0;
  158. }
  159.  
  160. .hc li {
  161. display: block;
  162. background: #575D79;
  163. box-shadow: #EEEDEE 0px 0px 5px;
  164. opacity: 0.8;
  165. padding: 8px;
  166. margin: 3px;
  167. border-radius: 20px 5px 5px 5px;
  168. font: 13px short stack;
  169. text-align: right;
  170. color: #F1DED6;
  171. font-weight: bold;
  172. }
  173.  
  174. .cons {
  175. position: absolute;
  176. top: 505px;
  177. left: 25px;
  178. height: 100px;
  179. width: 350px;
  180. background: #7D86AD;
  181. border: 1px solid #7D86AD;
  182. border-radius: 20px 5px 5px 20px;
  183. box-shadow: #7D86AD 0px 0px 20px;
  184. padding: 10px;
  185. overflow: auto;
  186. }
  187.  
  188. .cons h1 {
  189. text-align: right;
  190. font: 20px anton;
  191. padding: 0px;
  192. padding-right: 50px;
  193. border-radius: 5px;
  194. color: #EEEDEE;
  195. font-style: italic;
  196. margin-top: 0;
  197. }
  198.  
  199. .contact {
  200. width: 35px;
  201. height: 35px;
  202. border: 1px solid #575D79;
  203. display: inline-block;
  204. transition: all 500ms linear;
  205. object-fit: cover;
  206. margin: 5px;
  207. margin-bottom: 8px;
  208. padding:4px;
  209. background: transparent;
  210. overflow:; }
  211.  
  212. .contact img {
  213. width: 35px;
  214. height: 35px;
  215. transition: all 500ms linear;
  216. -webkit-filter: grayscale(100%);
  217. /* Safari 6.0 - 9.0 */
  218. filter: grayscale(100%);
  219. opacity: 1; }
  220.  
  221. </style>
  222.  
  223. <!--
  224. MUSIC PLAYER #02 by glenthemes
  225. ♬ glenthpvs.tumblr.com/player02
  226. --->
  227. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  228. <link href="//fonts.googleapis.com/css?family=Readex+Pro" rel="stylesheet">
  229. <link href="//glenthemes.github.io/-music-/glenplayer02.css" rel="stylesheet">
  230. <script src="//glenthemes.github.io/-music-/glenplayer02.js"></script>
  231. <style element="glenplayer02">
  232. :root {
  233. --MusicPlayer-Position:bottom left;
  234. --MusicPlayer-Edge-Offset:18px;
  235.  
  236. --MusicPlayer-Buttons-Size:14px;
  237. --MusicPlayer-Buttons-Color:#7D86AD;
  238. --MusicPlayer-Buttons-Fill:yes;
  239.  
  240. }
  241. </style>
  242.  
  243. <div glenplayer02>
  244. <div controls></div>
  245.  
  246. <i class="aa-line-icons" icon-name="music-2"></i>
  247.  
  248. <!-- HOW TO CHANGE THE MUSIC -->
  249. <!-- linktr.ee/direct_file_links -->
  250. <audio src="MUSIC_LINK" volume="100%"></audio>
  251.  
  252. </div><!--don't delete this line-->
  253. <!--end music player-->
  254.  
  255. <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>
  256.  
  257. <div class="container">
  258. <div class="mainimg"></div>
  259. <div class="name">NAME LASTNAME</div>
  260. <div class="stats">
  261. <h1>dossier</h1>
  262. <li>it scrolls! add as many as you'd like!</li>
  263. <li>words</li>
  264. <li>words</li>
  265. <li>words</li>
  266. <li>words</li>
  267. <li>words</li>
  268. <li>words</li>
  269.  
  270. </div>
  271. <div class="hc">
  272. <h1>headcanons</h1>
  273. <li><b>bold</b> <i>italic</i> <u>underline</u> <a>link</a></li>
  274. <li>stat</li>
  275. <li>stat</li>
  276. <li>stat</li>
  277. <li>stat</li>
  278. <li>stat</li>
  279. <li>stat</li>
  280. </div>
  281. <div class="cons">
  282. <h1>connections</h1>
  283. <a target="_blank" href="LINK" title="Name." >
  284. <div class="contact">
  285. <img class="contact-img" src="https://placehold.co/50x50.png">
  286. </div> </a>
  287. <a target="_blank" href="LINK" title="Name." >
  288. <div class="contact">
  289. <img class="contact-img" src="https://placehold.co/50x50.png">
  290. </div> </a>
  291. <a target="_blank" href="LINK" title="Name." >
  292. <div class="contact">
  293. <img class="contact-img" src="https://placehold.co/50x50.png">
  294. </div> </a>
  295. <a target="_blank" href="LINK" title="Name." >
  296. <div class="contact">
  297. <img class="contact-img" src="https://placehold.co/50x50.png">
  298. </div> </a>
  299. <a target="_blank" href="LINK" title="Name." >
  300. <div class="contact">
  301. <img class="contact-img" src="https://placehold.co/50x50.png">
  302. </div> </a>
  303. <a target="_blank" href="LINK" title="Name." >
  304. <div class="contact">
  305. <img class="contact-img" src="https://placehold.co/50x50.png">
  306. </div> </a>
  307. </div>
  308.  
  309. </div>
Tags: RPC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement