Footer.css
615 Bytes
#footer {
background: rgb(22, 27, 28);
position: relative;
width: 100%;
height: 8.75em;
font-size: x-small;
}
#footer p {
color: rgb(214,206,204);
}
#footer ul {
padding-top: 10px;
}
#footer li {
float: left;
padding-left: 10px;
padding-right: 10px;
border-right: 0.0625em solid rgb(214,206,204);
}
#footer .license {
bottom: 0;
width: 100%;
position: absolute;
}
#footer .license img {
display: inline-block;
position: relative;
float: right;
vertical-align: middle;
}
#footer .license div {
display: inline-block;
position: relative;
left: 0;
vertical-align: middle;
}