-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
118 lines (98 loc) · 2 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#customFont {
font-family: Cursed Timer ULiL;
}
body {
margin: 0;
text-align: center;
background-color: #1B244A;
color: #EEEEEE;
}
.board-title {
font-family: 'Verdana';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 36px; /* identical to box height, or 90% */
text-align: center;
color: #EEEEEE;
margin-bottom: 21px;
}
#home-score, #guest-score {
background: #0a0001;
font-size: 90px;
color: #F94F6D;
width: 145px;
/* height: 120px */
margin: 21px 50px 26px 50px;
border-radius: 5px;
font-family: Cursed Timer ULiL;
text-align: center;
}
.container {
display: flex;
text-align: center;
align-items: center;
margin: auto;
height: 300px;
width: 600px;
}
.button {
background: none;
}
#game-reset-btn {
font-family: 'Verdana';
color: #EEEEEE;
font-style: normal;
font-weight: 400;
font-size: 18px;
width: 120px;
line-height: 28px; /* or 155% */
border: 2px solid #9AABD8;
border-radius: 5px;
text-align: center;
/* color: #9AABD8; */
background-color: #1B244A;
margin: 3px;
}
#home-score-btn-1, #guest-score-btn-1 {
font-family: 'Cursed Timer ULiL';
font-style: normal;
font-weight: 400;
font-size: 18px;
width: 40px;
line-height: 28px; /* or 155% */
border: 2px solid #9AABD8;
border-radius: 5px;
text-align: center;
color: #9AABD8;
background-color: #1B244A;
margin: 3px;
}
#home-score-btn-2, #guest-score-btn-2{
font-family: 'Cursed Timer ULiL';
font-style: normal;
font-weight: 400;
font-size: 18px;
width: 40px;
line-height: 28px; /* or 155% */
border: 2px solid #9AABD8;
border-radius: 5px;
text-align: center;
color: #9AABD8;
background-color: #1B244A;
margin: 3px;
}
#home-score-btn-3, #guest-score-btn-3 {
font-family: 'Cursed Timer ULiL';
font-style: normal;
font-weight: 400;
font-size: 18px;
width: 40px;
line-height: 28px; /* or 155% */
border: 2px solid #9AABD8;
border-radius: 5px;
text-align: center;
color: #9AABD8;
background-color: #1B244A;
margin: 3px;
}