Advertisement
jmilne22

Site

Dec 4th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.83 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4.     <link href="/normalize.css" rel="stylesheet">
  5.     <meta charset="utf-8">
  6.     <title>Your Awesome Webpage created on Wed, Dec 4 2013 2:29 PM</title>
  7.     <head>
  8.     <style>
  9.     header
  10.     {
  11.       background-image:url("http://dash.ga.co/assets/jeff-bg.png");
  12.       background-size: cover;
  13.       color:white;
  14.       text-align:center;
  15.         padding-top:40px
  16.     }
  17.     ul
  18.     {
  19.       margin-top:40px;
  20.       background:rgba(0,0,0,0.5);
  21.       padding:4px;
  22.     }
  23.     li
  24.     {
  25.       display:inline;
  26.       padding:0px 10px 3px 40px;
  27.       margin:10px;
  28.     }
  29.     h1
  30.     {
  31.       font-size:40px;
  32.         padding-bottom:40px
  33.     }
  34.     a
  35.     {
  36.       font-family:arial;      
  37.       font-size:15px;
  38.       color:white;
  39.     }
  40.     h2
  41.       {
  42.         text-align:center;
  43.         font-family: fatoma;
  44.        
  45.       }
  46.       article
  47.       {
  48.         max-width:500px;
  49.         text-align:center;
  50.         display:block;
  51.         padding:20px;
  52.         margin: 0 auto;
  53.         font-family:fatoma;
  54.        
  55.       }
  56.       img
  57.       {
  58.       margin: 40px 0px 0px 0px;
  59.       border: 7px solid white;
  60.       border-radius: 20px;
  61.      
  62.     </style>
  63.     </head>
  64.   <body>
  65.     <header>
  66.       <img src="http://i.minus.com/jedFDfadnYJdO.jpg">
  67.       <h1> James Website</h1>
  68.     <ul>
  69.       <li><a href="#">Home</a></li>
  70.       <li><a href="#">About</a></li>
  71.       <li><a href="#">Projects</a></li>
  72.       <li><a href="#">Contact</a></li>
  73.     </ul>      
  74.   </header>
  75.     <article>
  76.       <h2>This serves absolutley no purpose!</h2>
  77.       This Serves even less purpose because it doesn't mean anything. This is just me writing a longer sentence just to see what it does.
  78.     </article>
  79.     <article>
  80.       <h2>Why Doesn't this serve any purpose</h2>
  81.       What am I even doing.
  82.     </article>
  83.      
  84.   </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement