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

  background: black;
}

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