stop-server
Version:
Stop your computer using your phone or your tablet, from your bed or your couch
34 lines (29 loc) • 457 B
CSS
body {
margin-top: 10px;
text-align: center;
}
.btn {
display: block;
}
.btn:first-of-type {
margin-top: 10px;
margin-bottom: 20px;
}
footer a {
color: #777
}
/* http://mystrd.at/modern-clean-css-sticky-footer/ */
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 40px; /* bottom = footer height */
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
}