brickmasterj

Werk in Uitvoering HTML

Apr 1st, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.     <style type="text/css">
  7.     html, body {
  8.         margin-top: 50px;
  9.         margin-bottom: 0;
  10.         margin-left: 0;
  11.         margin-right: 0;
  12.         padding: 0;
  13.     }
  14.    
  15.     #box {
  16.         margin: auto;
  17.         padding: 5px;
  18.         width: 400px;
  19.         border: 1px solid #999;
  20.         border-radius: 5px;
  21.         -moz-border-radius: 5px;
  22.         -webkit-border-radius: 5px;
  23.     }
  24.    
  25.     #title {
  26.         padding-bottom: 8px;
  27.         font-size: 30px;
  28.         font-family: Verdana, Geneva, sans-serif;
  29.         border-bottom: 1px dotted #999;
  30.         text-align: center;
  31.     }
  32.    
  33.     #content {
  34.         margin-top: 5px;
  35.         padding: 5px;
  36.         text-align: center;
  37.         font-size: 14px;
  38.         font-family: Verdana, Geneva, sans-serif;
  39.     }
  40.     </style>
  41.     <title>Crista Hoeksema</title>
  42. </head>
  43.  
  44. <body>
  45.     <div id="box">
  46.         <div id="title">
  47.             <span>Werk in uitvoering</span>
  48.         </div>
  49.         <div id="content">
  50.             <span>Aan deze website wordt momenteel gewerkt.<br />
  51.             Wij hopen u spoedig terug te zien.</span>
  52.         </div>
  53.     </div>
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment