Advertisement
Iddon

Untitled

May 10th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Mcintyre Roofing</title>
  4. <link type="text/css" rel="stylesheet" href="./style.css"/>
  5. </head>
  6. <body>
  7. <div id="content">
  8.     <div class="centre"><img src="./images/logo.png"/><br>
  9.         Roofing Contractors<br>
  10.         &<br>
  11.         Building Maintenance<br>
  12.     </div>
  13. </div>
  14. </body>
  15. </html>
  16.  
  17.  
  18. body{
  19.     background: #000033;
  20.     color: #FFF;
  21.     font-family: Verdana, Arial, Helvetica, sans-serif;
  22. }
  23.  
  24. #content{
  25.     width:600px;
  26.     border-left:4px solid #000;
  27.     border-right:4px solid #000;
  28.     background:#000269;
  29.     padding-left: 8px;
  30.     height:100%;
  31.     margin-top:-8px;
  32.     padding-top:8px;
  33. }
  34.  
  35. #content .centre{
  36.     margin-left:auto;
  37.     margin-right: auto;
  38.     padding-left:0px;
  39.     width:590px;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement