fix footer styling
This commit is contained in:
parent
eadd879189
commit
2e39659bdd
|
@ -38,3 +38,12 @@ table td {
|
||||||
border-color: gray;
|
border-color: gray;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
/* Set the fixed height of the footer here */
|
||||||
|
height: 60px;
|
||||||
|
background-color: #FE9ACD;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue