Lyend

Untitled

Aug 9th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US"><!-- Google Regonize -->
  3. <head>
  4.     <!-- Css stuff-->
  5.     <style>
  6. .nav li{
  7.         display: inline;
  8.     }
  9.      
  10. .nav a{
  11.         color: #5a5a5a;
  12.         font-size: 11px;
  13.         font-weight: bold;
  14.         padding-top: 14px;
  15.         padding-bottom: 14px;
  16.         padding-left: 10px;
  17.         padding-right: 10px;
  18.         text-transform: uppercase;
  19.     }
  20.      
  21. .jumbotron {
  22.    height: 500px;
  23.    background-image:url('http://th01.deviantart.net/fs70/PRE/i/2013/338/8/1/_wip__azari_the_outlaw_by_azari624-d6ws8ao.jpg');
  24.  }
  25.      
  26. .jumbotron h1{
  27.     color: firebrick;
  28.       font-family: 'ubuntu condensed', sans-serif;
  29.       font-weight: 300;
  30.         }
  31.      
  32. .container p{
  33.       color: darkred;
  34.       height: 250;
  35.       align-content: center;
  36.         }
  37.     </style>
  38.    
  39.     <!-- MAY THE LINKING MASSACURE BEGIN! -->
  40.    
  41.         <link href='https://dl.dropboxusercontent.com/sh/2ignujutatrrj3c/AACshBweHntjCCK_NR3TlmVia/css/bootstrap-theme.css' rel="stylesheet" type="text/css">
  42.    
  43.    
  44.    
  45.         <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
  46.         <title>Azari, The Crimson Blaze</title>
  47.     </head>
  48.    
  49.     <!--body -->
  50.     <body>
  51.      <div class="nav">
  52.       <div class="container">
  53.        <body style="background-color: black">
  54.         <ul clas="pull-left">
  55.           <li><a href"#">Azari</a></li>   <!-- If you're using this for chatango, use a javascript navigation, it avoid's errors and so forth. And easier. -->
  56.           <li><a href"#">Gallery</a></li>
  57.              </ul>
  58.              <ul class="pull-right">
  59.                <li><a href"#">Info</a></li>
  60.                <li><a href"#">Starters</a></li>
  61.                <li><a href"#">Full Story</a></li>
  62.              </ul>
  63.             </div>
  64.        </div>
  65.       <div class="jumbotron">
  66.             <div class="container">
  67.                     <h1> "Just a Ruffian" </h1>
  68. <!-- Good job using <p> tabs-->   <p> Azari is considered to be a violent criminal. Wanted in 12 sectors of he known universe. His crimes consist of Battery, 1st degree murder, War crimes, Sabotage, Rioting, Cause of a Global uprising, ect. At Large, approach with caution. Extremely dangerous.</p>
  69.             </div>
  70.        </div>
  71.        <div>
  72.                     <h3><!--Empty? These are useless if they're empty.--></h3>
  73.        </body>
  74.     </html>
Advertisement
Add Comment
Please, Sign In to add comment