Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <style>
- body {
- background-image:url(http://hdwarena.com/wp-content/uploads/2017/04/Beautiful-Wallpaper.jpg);
- background-attachment:fixed;
- background-size:100% 100%;
- background-color:#000;
- color:#000;
- }
- #infobox {
- position:fixed;
- background-repeat:no-repeat;
- background-color:#fff;
- padding:1%;
- }
- #navbar
- top:65%;
- left:4%;
- height:25%;
- width:20%;
- font-size:200%;
- text-align:center;
- overflow-y:auto;
- }
- #navbar a {
- color:#2B2B2B;
- text-decoration:none;
- }
- #navbar a:hover {
- color:#ffffff;
- }
- #infobox {
- top:5%;
- left:50%;
- height:86%;
- width:46%;
- }
- }
- .tab {
- height:100%;
- width:100%;
- overflow-y:auto;
- }
- p {
- text-indent:5%;
- }
- h2 {
- text-align:center;
- }
- a {
- color:#ffffff;
- }
- hr {
- width:50%;
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- background-color:#e0e0e0;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#2b2b2b;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#2b2b2b;
- }
- ;
- </style>
- <body>
- <div id="navbar">
- <a href="#01">STATS</a>
- <br>
- <a href="#02">ABOUT</a>
- <br>
- <a href="#03">EXTRAS</a>
- <br>
- <a href="#04">OOC</a>
- </div>
- <div id="infobox">
- <div style="height:100%;overflow-y:hidden;">
- <div class="tab" id="01">
- <h2>Stats</h2>
- <hr color="#2b2b2b">
- <p style="text-align:center;text-indent:0%;">
- <b>Name:</b> Stat here
- <br>
- <b>Species:</b> Stat here
- <br>
- <b>Gender:</b> Stat here
- <br>
- <b>Age:</b> Stat here
- <br>
- <b>Hair:</b> Stat here
- <br>
- <b>Eyes:</b> Stat here
- <br>
- <b>Height:</b> Stat here
- <br>
- <b>Weight:</b> Stat here
- <br>
- <b>Build:</b> Stat here
- <br>
- <b>Orientation:</b> Stat here
- </p>
- </div>
- </div>
- <div id="infobox">
- <div style="height:100%;overflow-y:hidden;">
- <div class="tab" id="02">
- <h2>About</h2>
- <hr color="#2b2b2b">
- <p>
- 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.
- </p>
- <p>
- Paragraph two.
- </p>
- </div>
- <div class="tab" id="03>
- <h2>Extras</h2>
- <hr color="#2b2b2b">
- <p>
- Paragraph one.
- </p>
- <a href="" target="_blank">Link</a>
- </div>
- <div class="tab" id="04">
- <h2>OOC</h2>
- <hr color="#2b2b2b">
- <ul>
- <li>Bullet one</li>
- <li>Bullet two</li>
- <li>Bullet three</li>
- <li>Bullet four</li>
- <li>Bullet five</li>
- <li>Bullet six</li>
- <li>Bullet seven</li>
- <li>Bullet eight</li>
- </ul>
- <div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement