Код: Выделить всё
body {
margin: 0;
}
footer {
position: absolute;
width: 100%;
height: 100px;
bottom: 0;
overflow: hidden;
}Код: Выделить всё
Подробнее: https://stackoverflow.com/questions/486 ... pside-down
Код: Выделить всё
body {
margin: 0;
}
footer {
position: absolute;
width: 100%;
height: 100px;
bottom: 0;
overflow: hidden;
}Код: Выделить всё