-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (57 loc) · 811 Bytes
/
style.css
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* 3D algorithm and code by mrHackman using firebase */
#online {
position: absolute;
left: 0;
top: 30px;
}
canvas {
position: absolute;
left: 0;
top: 0;
}
h1 {
position: absolute;
color: white;
width: 300px;
left: 50%;
margin-left: -150px;
margin-top: 0px;
padding: 0px'
}
body {
color: white;
margin: 0;
overflow: hidden;
text-align: center;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn {
border: thick solid white;
display: inline-block;
width: 35px;
height: 35px;
}
#online {
color: green;
}
#something {
position: absolute;
width: 300px;
bottom: 0;
left: 50%;
margin-left:-150px;
}
#WASD-container {
margin: 0;
text-align: center;
float: left;
}
#arrow-container {
margin: 0;
text-align: center;
float: right;
}