-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.css
52 lines (48 loc) · 1 KB
/
Main.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
#canvas
{
position : absolute;
top : 50%;
left : 50%;
transform : translate(-50%, -50%);
}
.controls
{
display : inline-flex;
position : absolute;
top : 10%;
left : 80%;
transform : translate(-50%, -50%);
align-items : center;
text-align : left;
justify-content : center;
}
.score
{
padding-left : 35px;
padding-right : 35px;
padding-top : 10px;
padding-bottom : 10px;
font-family : Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size : 32px;
background-color : black;
color : white;
border-radius : 20px;
}
.swap
{
padding-left : 25px;
padding-right : 25px;
padding-top : 10px;
padding-bottom : 10px;
font-family : Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size : 24px;
background-color : black;
color : white;
border-radius : 20px;
text-wrap : nowrap;
}
.pauseplay
{
height : 42px;
width : auto;
}