summaryrefslogtreecommitdiff
path: root/public_html/style/blue.css
blob: 1b0de516d169873dfac33a83fba8796b2d0ca35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

html {
    background: url('bg.png') center center;
}
#page {
    box-shadow: #000 0 0 1em;
    min-height: 90vh;
}

#menu {
    text-align: center;
}

@media(min-width: 100em) { html { background-size: 512px; } }
@media(min-width: 200em) { html { background-size: 1024px; } }