fix footer styling

This commit is contained in:
Christine Dodrill 2015-02-03 10:52:45 -08:00
parent eadd879189
commit 2e39659bdd
1 changed files with 9 additions and 0 deletions

View File

@ -38,3 +38,12 @@ table td {
border-color: gray;
background-color: white;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #FE9ACD;
}