harbor/static/resources/css/footer.css

28 lines
350 B
CSS
Raw Normal View History

2016-05-18 07:30:14 +00:00
.footer-absolute {
2016-04-11 08:07:16 +00:00
position: absolute;
bottom: 0;
left: 0;
padding: 0;
margin: 0;
2016-05-18 07:30:14 +00:00
}
.footer-static {
position: static;
}
.footer{
2016-04-11 08:07:16 +00:00
width: 100%;
clear: both;
background-color: #A8A8A8;
2016-05-18 07:30:14 +00:00
height: 44px;
2016-06-16 07:08:57 +00:00
z-index: 10;
2016-04-11 08:07:16 +00:00
}
.footer p {
2016-05-18 07:30:14 +00:00
padding-top: 8px;
2016-04-11 08:07:16 +00:00
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
width: 385px;
}