mmir-lib
Version:
MMIR (Mobile Multimodal Interaction and Relay) library
28 lines (23 loc) • 351 B
CSS
.page-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
.page-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.page-content {
position: relative;
top: 50px;
width: 100%;
height: 100%;
}
.page-header h1, .page-footer h1 {
margin-top: 0.3em;
margin-bottom: 0.3em;
text-align: center;
}