aboutsummaryrefslogblamecommitdiffhomepage
path: root/app/css/style.css
blob: e2e34d72b20aa216d594fec568bb6e7571e32929 (plain) (tree)


























                           
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.content {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

pre {
    margin: auto;
    text-align: left;
    width: 400px;
}