-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
68 lines (54 loc) · 1 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
@font-face {
font-family: Timer;
src: url(CursedTimerUlil-Aznm.ttf);
}
body {
background: #1B244A;
}
.container>div>h3 {
color: white;
margin: 0px;
}
.container {
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.bord {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.score {
margin: 20px 30px;
padding-top:12px;
display:flex;
justify-content: center;
align-items: center;
width: 130px;
height: auto;
background: #080001;
color: #F94F6D;
font-family: Timer;
font-size: 80px;
border-radius: 10px;
}
.score-btns>*{
width: 40px;
height: 40px;
background: none;
border: 2px solid #9AABD8;
border-radius: 7px;
color: #9AABD8
}
#btn-reset {
display:block;
width: 70px;
margin: 0 auto;
background: none;
border: 2px solid #9AABD8;
border-radius: 7px;
color: #9AABD8
}