Added footer
This commit is contained in:
parent
0f90d138ff
commit
3dddf71ea8
2 changed files with 25 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
|||
html {
|
||||
/* center content */
|
||||
max-width:80%;
|
||||
margin:auto;
|
||||
|
||||
/* footer alignment */
|
||||
min-height:100%;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-bottom:3em;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
@ -13,3 +22,10 @@ html {
|
|||
th, td{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
footer {
|
||||
bottom:0;
|
||||
position:absolute;
|
||||
height:3em;
|
||||
background-color:#f5f5f5;
|
||||
}
|
||||
|
|
Reference in a new issue