website-2018/css/footer.css
2017-11-03 08:46:46 -04:00

52 lines
925 B
CSS

footer {
position: relative;
width: 100%;
padding: calc((2.75em + 42px) / 4) 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
color: #fff;
background-color: #393939;
z-index: 2;
}
/*footer>span {
width: 100vw;
height: 2em;
font-size: 1.1em;
display: table-cell;
vertical-align: middle;
}*/
button.social {
cursor: pointer;
outline: none;
border-radius: 50%;
width: 36px;
height: 36px;
margin: 3px;
background-color: transparent;
}
button.social#fb {
background: url('../icons/fb.png');
background-size: cover;
}
button.social#tw {
background: url('../icons/tw.png');
background-size: cover;
}
button.social#flickr {
background: url('../icons/flickr.png');
background-size: cover;
background-color: #fff;
}
button.social#mail {
background: url('../icons/mail.png');
background-size: cover;
}