Add a footer.
This commit is contained in:
parent
6654087b00
commit
04e3f92aa4
5 changed files with 35 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue