Advertisement
Guest User

Untitled

a guest
May 24th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4.     background-color:#EEFFDD;
  5. }
  6. #gesamt {
  7.     width:795px;
  8.     margin: auto;
  9. }
  10. #titel {
  11.     width:795px;
  12.     height:148px;
  13.     background-color:light-red;
  14. }
  15. #menue {
  16.     width:795px;
  17.     background-color:light-green;
  18. }
  19. #rahmen {
  20.     width:795px;
  21.     border-top:4px black solid;
  22. }
  23. #navi {
  24.     width: 170px;
  25.     padding: 5px;
  26.     border: 1px black solid;
  27.     position: absolute;
  28.     border-right: 3px black solid;
  29.     background-color: #FFDDFF;
  30. }
  31. #inhalt {
  32.     width: 600px;
  33.     padding: 5px;
  34.     float: right;
  35.     position: absolute;
  36.     margin-left: 181px;
  37.     border: 1px black solid;
  38.     border-left: 3px black solid;
  39.     background-color: #DDFFFF;
  40.     overflow: auto;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement