harbor/static/ng/resources/css/footer.css
2016-04-11 16:07:16 +08:00

19 lines
269 B
CSS

.footer{
position: absolute;
bottom: 0;
left: 0;
padding: 0;
margin: 0;
width: 100%;
clear: both;
background-color: #A8A8A8;
height: 35px;
}
.footer p {
margin-top: 8px;
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
width: 385px;
}