Add a footer.

This commit is contained in:
Jonathan Cremin 2014-12-05 19:11:45 +00:00
parent 6654087b00
commit 04e3f92aa4
5 changed files with 35 additions and 2 deletions

View file

@ -3,10 +3,32 @@ body {
color: #445470;
}
html, body {
height: 100%;
}
header {
background: #FE4365;
}
.page-wrap {
min-height: 100%;
margin-bottom: -180px;
}
.page-wrap:after {
content: "";
display: block;
}
footer, .page-wrap:after {
margin-top: 80px;
height: 100px;
}
footer {
background: #eee;
line-height: 100px;
text-align: right;
}
header h1 {
margin: 0;
text-align: center;