10 lines
128 B
CSS
10 lines
128 B
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
/*Margin bottom by footer hight*/
|
|
margin-bottom: 60px;
|
|
}
|