Ntcvn: различия между версиями

Материал из Radix-IT
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.wrap {
<div class="header">Шапка</div>
  position: relative;
<div class="wrap">
}
   <div class="content">
 
    <div>Контент</div>
.navigation {
   </div>
  height: 100%;
   <div class="navigation">
  max-height: 1000px;
    <div id="main">
  position: absolute;
      <div>Сайдбар</div>
  border-left: 1px solid #000;
    </div>
  right: 0;
   </div>
  top: 0;
   <div style="clear: both;"></div>
  width: 150px;
</div>
   background-color: #ccc;
<div class="footer">Подвал</div>
}
 
.content {
  margin-right: 150px;
  float: left;
   height: 1000px;
   background: #fcfcfc;
  width: 100%;
}
 
.header {
   background-color: #333;
   height: 100px;
}
 
.footer {
  background-color: #333;
  height: 500px;
}

Версия от 12:30, 12 августа 2024

Шапка
Контент