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

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