CampCare/webroot/css/footer.css
KansassCityShuffle 76058cd813 Front : add footer
2016-12-02 01:25:09 +01:00

32 lines
573 B
CSS

footer {
background-color: #292c2f;
text-align: center;
font-size: 1.2rem;
}
footer p.slogan {
color: #8d9093;
font-size: 1.8rem;
margin: 0 0 1rem; }
footer p.copywrite {
color: #8f9296;
font-size: 0.875rem;
margin: 0; }
footer .links a {
list-style: none;
font-weight: bold;
color: #ffffff;
padding: 3rem 0 2rem;
margin: 0; }
footer .links a::after {
content: "•";
padding: 0 0.4rem 0 0.8rem; }
footer .links a:last-child::after {
content: "";
padding: 0 0.4rem 0 0.8rem; }