aboutsummaryrefslogtreecommitdiffstats
path: root/site/main.css
blob: 19a383592b46141e61a440af2871a88381e3ff1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

canvas {
    border: 1px solid orangered;
    background-color: rgb(200 200 200);
}

#fps {
    display: inline-block;
    width: 2em;
    text-align: right;
}