summaryrefslogtreecommitdiff
path: root/2026/games/asrael_io/index-d2f7d439dd4e8311.css
blob: 0565642676ab42b19b0827a1d9b0ccbbb202596b (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;
}