Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Code written by Jacob Howard
- 12-02-16
- If you wish to use this template, you do not have to ask for permission.
- If you wish to use this template for commercial purposes, please leave this comment.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Code Template 5</title>
- <style>
- /*
- Code written by Jacob Howard
- 12-02-16
- If you wish to use this template, you do not have to ask for permission.
- If you wish to use this template for commercial purposes, please leave this comment.
- Yes, this is a Christmas color theme. If this bothers you, simply DO NOT use this template :)
- */
- body {
- background:#FFF;
- color:#CC0000;
- font-family:"Arial Narrow", sans-serif;
- font-size:1.4em;
- }
- #wrapper {
- width:80%;
- max-width:1600px;
- min-width:720px;
- margin-left:auto;
- margin-right:auto;
- padding:15px;
- margin-top:2%;
- }
- #holder {
- border:2px solid #CC0000;
- border-radius:15px;
- border-collapse:none;
- width:100%;
- }
- #holder td {
- padding:10px;
- }
- #tophead {
- border-radius:0px 12px 0px 0px;
- text-align:center;
- border:2px solid #00CC00;
- height:20%;
- }
- #nav {
- width:19%;
- border-radius:12px 0px 0px 12px;
- border:2px solid #00CC00;
- vertical-align:top;
- }
- nav button {
- border:2px solid #00CC00;
- height:75px;
- width:100%;
- margin-top:2px;
- background:#FFF;
- color:#00CC00;
- font-family:"Arial Narrow", sans-serif;
- font-size:1.4em;
- -moz-transition: all .2s ease-in;
- -o-transition: all .2s ease-in;
- -webkit-transition: all .2s ease-in;
- }
- nav button:hover {
- background:#00CC00;
- color:#FFF;
- }
- #topbtn {
- border-radius:9px 0px 0px 0px;
- }
- #btmbtn {
- border-radius:0px 0px 0px 9px;
- }
- #main {
- width:79%;
- border-radius:0px 0px 12px 0px;
- border:2px solid #CC0000;
- vertical-align:top;
- height:80%;
- }
- h1 {
- text-shadow:#000 4px 4px 4px;
- color:#00CC00;
- font-family:"Arial Black", sans-serif;
- font-size:2em;
- }
- </style>
- </head>
- <body>
- <div id="wrapper">
- <table id="holder">
- <tr>
- <td id="nav" rowspan="2">
- <!--
- URLs go here. Replace "#" with the link you wish for it to lead.
- i.e. "https://www.google.com/"
- To make the page open in a new tab, add the attribute ' target="_blank" '
- i.e. <a href="https://www.google.com/" target="_blank">
- -->
- <nav>
- <a href="#"><button id="topbtn">Page 1</button></a>
- <a href="#"><button>Page 2</button></a>
- <a href="#"><button>Page 3</button></a>
- <a href="#"><button>Page 4</button></a>
- <a href="#"><button id="btmbtn">Page 5</button></a>
- </nav>
- </td>
- <td id="tophead">
- <header>
- <h1>Code Template 5</h1>
- </header>
- </td>
- </tr>
- <tr>
- <td id="main">
- <p>
- This is the FILLER! FILL THE GAPS!
- </p>
- </td>
- </tr>
- </table>
- </div>
- </body>
- </html>
Advertisement