summaryrefslogtreecommitdiff
path: root/2026/games/asrael_io/source/index.scss
blob: 4b0f47f6302cb1d168d0729ae7109661a05562c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
html,
body {
    margin: 0;
    overflow: hidden;
    background: #000;
}

canvas {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 240px !important;
    height: 160px !important;
    image-rendering: pixelated;
    transform-origin: center;
    outline: none;
}