Fix footer structure [Решено]
Добавлено: 31 окт 2017, 14:10
				
				Код: Выбрать все
html,
body {
  height: 100%;
}
 
.page {
   min-height: 100%;
   position: relative;
}
.header {
   background: #AB1857;
   height: 70px;
}
 
.content {
   padding-top: 30px;
   padding-bottom: 50px;
}
 
.footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 120px;   /* footer */
   background: rgba(14,14,14,0.95);
}