qminer
Version:
A C++ based data analytics platform for processing large-scale real-time streams containing structured and unstructured data
38 lines (29 loc) • 458 B
CSS
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
width: 80%;
}
body {
display: table-cell;
font-family: Tahoma;
vertical-align: top;
}
h1 {
text-align: center;
}
p {
text-align:justify;
}
#footer {
border-top: 1px solid black;
position: absolute;
bottom: 0;
}
#statSmooth, #resampler, #gauss, #combinedMerger, #merger {
width: 100%;
height: 400px;
margin: 0 auto;
}