aboutsummaryrefslogtreecommitdiff
blob: 7c9f15d7c5477efda5fd1359498ad8c6673b4fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
  background: rgba(21, 32, 46, 1);
  text-align: center;
}

.logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 385px;
  height: 125px;
  margin-left: -192.5px;
  background: url(/images/logo.png);
  background-size: 100%;
  opacity: 1;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
Powered by cgit v1.2.3 (git 2.41.0)