summaryrefslogtreecommitdiffstats
path: root/src/style.css
blob: a1d58ecdfe47208b37aad89b8bcd5f53c8fe860e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
html, body {
  width:  100%;
  height: 100%;
}

canvas {
  position: absolute;
}

* {
        margin: 0px;
        padding: 0px;
        border: 0px;
}