Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.24 KB | None | 0 0
  1. html, body {height:100%; }
  2. body { background-color: #555; height:100%; }
  3. div#bandeau {
  4.     margin: 0 auto;
  5.     width:1002px;
  6.     height:32px;
  7.     background-color:#555;
  8.     }
  9. div#bare_gauche {
  10.     background: url(header.gif);
  11.     float: left;
  12.     margin: 0 auto;
  13.     width:446px;
  14.     height:32px;
  15.     text-align : center;
  16.     font-family: Verdana, Sans-Serif;
  17.     font-size: 16px;
  18.     color: #ccc;
  19.     font-weight: bold;
  20.     line-height: 32px;
  21.     vertical-align: middle;
  22.     }
  23. div#bare_droite{
  24.     background: url(header2.gif);
  25.     float: right;
  26.     margin: 0 auto;
  27.     width:446px;
  28.     height:32px;
  29.     text-align : right;
  30.     font-family: Verdana, Sans-Serif;
  31.     font-size: 12px;
  32.     color: #ccc;
  33.     font-weight: bold;
  34.     line-height: 32px;
  35.     vertical-align: middle;
  36.     }
  37. div#lien {
  38.     margin: 0 auto;
  39.     width:1000px;
  40.     height:32px;
  41.     background-color:#333;
  42.     border: 1px solid #111;
  43.     margin-top:5px;
  44.     text-align : center;
  45.     font-family: Verdana, Sans-Serif;
  46.     font-size: 12px;
  47.     color: #ccc;
  48.     font-weight: bold;
  49.     line-height: 32px;
  50.     vertical-align: middle;
  51.     }
  52. div#contenu {
  53.     margin: 5px auto 0 auto;
  54.     width:1000px; height:72%;
  55.     background-color:#333; border: 1px solid #111;
  56.     text-align : center;
  57.     font-family: Verdana, Sans-Serif;
  58.     font-size: 12px;
  59.     color: #ccc;
  60.     font-weight: bold;
  61.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement