This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-heraklion-bus/css/style.css
George Kaklamanos 3dddf71ea8 Added footer
2015-09-25 15:36:49 +03:00

31 lines
384 B
CSS

html {
/* center content */
max-width:80%;
margin:auto;
/* footer alignment */
min-height:100%;
position:relative;
}
body {
margin-bottom:3em;
}
.table {
width:auto;
max-width:auto;
float:left;
margin:2em;
}
th, td{
text-align:center;
}
footer {
bottom:0;
position:absolute;
height:3em;
background-color:#f5f5f5;
}