Advertisement
NaotoShirgone

Maybe Messed up

Jan 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. body {
  5. background-image:url(http://hdwarena.com/wp-content/uploads/2017/04/Beautiful-Wallpaper.jpg);
  6. background-attachment:fixed;
  7. background-size:100% 100%;
  8. background-color:#000;
  9. color:#000;
  10. }
  11. #infobox {
  12. position:fixed;
  13. background-repeat:no-repeat;
  14. background-color:#fff;
  15. padding:1%;
  16. }
  17. #navbar
  18. top:65%;
  19. left:4%;
  20. height:25%;
  21. width:20%;
  22. font-size:200%;
  23. text-align:center;
  24. overflow-y:auto;
  25. }
  26. #navbar a {
  27. color:#2B2B2B;
  28. text-decoration:none;
  29. }
  30.  
  31. #navbar a:hover {
  32. color:#ffffff;
  33. }
  34.  
  35. #infobox {
  36. top:5%;
  37. left:50%;
  38. height:86%;
  39. width:46%;
  40. }
  41. }
  42. .tab {
  43. height:100%;
  44. width:100%;
  45. overflow-y:auto;
  46. }
  47. p {
  48. text-indent:5%;
  49. }
  50. h2 {
  51. text-align:center;
  52. }
  53. a {
  54. color:#ffffff;
  55. }
  56. hr {
  57. width:50%;
  58. }
  59. ::-webkit-scrollbar {
  60. width:8px;
  61. height:8px;
  62. background-color:#e0e0e0;
  63. }
  64. ::-webkit-scrollbar-thumb:vertical {
  65. background-color:#2b2b2b;
  66. }
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#2b2b2b;
  69. }
  70. ;
  71. </style>
  72. <body>
  73.  
  74. <div id="navbar">
  75. <a href="#01">STATS</a>
  76. <br>
  77. <a href="#02">ABOUT</a>
  78. <br>
  79. <a href="#03">EXTRAS</a>
  80. <br>
  81. <a href="#04">OOC</a>
  82. </div>
  83.  
  84. <div id="infobox">
  85. <div style="height:100%;overflow-y:hidden;">
  86.  
  87. <div class="tab" id="01">
  88. <h2>Stats</h2>
  89. <hr color="#2b2b2b">
  90. <p style="text-align:center;text-indent:0%;">
  91. <b>Name:</b> Stat here
  92. <br>
  93. <b>Species:</b> Stat here
  94. <br>
  95. <b>Gender:</b> Stat here
  96. <br>
  97. <b>Age:</b> Stat here
  98. <br>
  99. <b>Hair:</b> Stat here
  100. <br>
  101. <b>Eyes:</b> Stat here
  102. <br>
  103. <b>Height:</b> Stat here
  104. <br>
  105. <b>Weight:</b> Stat here
  106. <br>
  107. <b>Build:</b> Stat here
  108. <br>
  109. <b>Orientation:</b> Stat here
  110. </p>
  111. </div>
  112. </div>
  113. <div id="infobox">
  114. <div style="height:100%;overflow-y:hidden;">
  115.  
  116. <div class="tab" id="02">
  117. <h2>About</h2>
  118. <hr color="#2b2b2b">
  119. <p>
  120. 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.
  121. </p>
  122. <p>
  123. Paragraph two.
  124. </p>
  125. </div>
  126.  
  127. <div class="tab" id="03>
  128. <h2>Extras</h2>
  129. <hr color="#2b2b2b">
  130. <p>
  131. Paragraph one.
  132. </p>
  133. <a href="" target="_blank">Link</a>
  134. </div>
  135.  
  136. <div class="tab" id="04">
  137. <h2>OOC</h2>
  138. <hr color="#2b2b2b">
  139. <ul>
  140. <li>Bullet one</li>
  141. <li>Bullet two</li>
  142. <li>Bullet three</li>
  143. <li>Bullet four</li>
  144. <li>Bullet five</li>
  145. <li>Bullet six</li>
  146. <li>Bullet seven</li>
  147. <li>Bullet eight</li>
  148. </ul>
  149. <div>
  150.  
  151. </div>
  152. </div>
  153. </body>
  154. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement