Advertisement
Guest User

Divi

a guest
Apr 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. /* Last Update: 02/16/18 */
  5.  
  6. /* PAGE BACKGROUND AND FONT */
  7. body {
  8. background-attachment:fixed;
  9. background-color:#101010;
  10. font-size:120%;
  11. font-family:Eagle Lake,serif;
  12. }
  13.  
  14. /* MAIN DISPLAY COLORS */
  15. .color {
  16. color:#ADD8E6;
  17. }
  18. a {
  19. text-decoration:none;
  20. color:#add8e6;
  21. }
  22.  
  23. /* GOOGLE CHROME SCROLLBARS */
  24. ::-webkit-scrollbar {
  25. width:8px;
  26. height:8px;
  27. }
  28. ::-webkit-scrollbar-thumb:vertical {
  29. background-color:#8b0000;
  30. }
  31. ::-webkit-scrollbar-thumb:horizontal {
  32. background-color:#8b0000;
  33. }
  34.  
  35. /* CSS MEAT */
  36. #infobox {
  37. position:absolute;
  38. top:0%;
  39. left:42.5%;
  40. height:100%;
  41. width:50%;
  42. text-align:center;
  43. }
  44. #mugshot {
  45. position:fixed;
  46. top:0%;
  47. right:60%;
  48. height:100%;
  49. }
  50. #infobox img {
  51. max-width:90%;
  52. }
  53.  
  54. /* CREDIT TAG - set position:static; to move to OOC */
  55. #credit {
  56. position:fixed;
  57. height:17px;
  58. right:1%;
  59. bottom:0%;
  60. background-color:#ffffff;
  61. border-radius:5px;
  62. }
  63. </style>
  64. <style>
  65. @import url(https://fonts.googleapis.com/css?family=Eagle+Lake);
  66. </style>
  67.  
  68. <body>
  69. <img src="https://i.pinimg.com/originals/92/9c/be/929cbed9db3940a865fb044fd19cdf4c.jpg" alt="" id="mugshot"/>
  70.  
  71. <div class="color" id="infobox">
  72. <audio controls controlsList="nodownload" style="margin:1%;max-height:40px;max-width:100%;">
  73. <source src="http://k003.kiwi6.com/hotlink/xbdfdoro10/The_Divine_Suicide_of_K.mp3" type="audio/mpeg">
  74. </audio>
  75. <h1>Divine</h1>
  76. <b>Species:</b> Demon
  77. <br>
  78. <b>Gender:</b> Female
  79. <br>
  80. <b>Age:</b> ∞
  81. <br>
  82. <b>Hair:</b> White
  83. <br>
  84. <b>Eyes:</b> Blue
  85. <br>
  86. <b>Height:</b> 5 foot 9 inches
  87. <br>
  88. <b>Weight:</b> 150
  89. <br>
  90. <b>Build:</b> Athletic
  91. <br>
  92. <b>Orientation:</b> Bisex
  93.  
  94. <h2>About</h2>
  95. <p>
  96. Information and stuffity stuff stuff stufff. More stuuuufff. AND. MORE STUFF! Bippity boop bop biddly beep squap. Anyways, what do I usually do for examples when I need to fill space? OH YEAH! *ahem* Hello, people of Earth, I have come to devour you. Do not fear for it shall be a quick and painless death as I intake your entire planet. The sudden loss of atmospheric pressure and its protections will either freeze you in a millisecond or cause all of your blood to boil out of your body in a single instant. Hmm. I suppose that last one doesn't quite sound painless, but nonetheless it should be instantaneous.
  97. </p>
  98. <a href="https://i.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a>
  99.  
  100. <h2>OOC</h2>
  101. <ul>
  102. <li>Bullet one</li>
  103. <li>Bullet two</li>
  104. <li>Bullet three</li>
  105. <li>Bullet four</li>
  106. <li>Bullet five</li>
  107. <li>Bullet six</li>
  108. <li>Bullet seven</li>
  109. <li>Bullet eight</li>
  110.  
  111. <a href="http://wix.cera-nore.com/" target="_blank" title="CC#19">
  112. <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/>
  113. </a>
  114. </ul>
  115. </div>
  116.  
  117. </body>
  118. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement