-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (67 loc) · 1.18 KB
/
style.css
File metadata and controls
67 lines (67 loc) · 1.18 KB
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
66
67
body {
text-align: center;
overscroll-behavior: none;
}
.disable-select {
user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.title {
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
color: #776e65;
}
.big-title {
font-size: 48px;
margin: 5px;
display:inline-block;
}
.score {
margin-top: 5px;
}
.notext {
font-size: 0%;
}
.game-button {
width: 65px;
height: 65px;
border: none;
border-radius: 5px;
margin: 2px;
font-size: large;
}
.back {
width: max-content;
text-align: center;
background-color: #bbada0;
padding: 8px;
margin:0 auto;
border-radius: 5px;
}
.mobile-button {
position: absolute;
width: 70px;
height: 70px;
border: none;
border-radius: 5px;
margin: 2px;
font-size: large;
color: #776e65;
background-color: #cdc1b4;
}
.retry {
font-size: 23px;
color: #f9f6f2;
background-color: #776e65;
border: none;
border-radius: 5px;
position: relative;
bottom: 8px;
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
display:inline-block;
margin-left:15px;
}