-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
60 lines (50 loc) · 1005 Bytes
/
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
@font-face {
font-family: CursedTimerUlil;
src: url(CursedTimerUlil-Aznm.ttf);
}
body {
margin: 0;
background-color: #111827;
}
.container {
display: flex;
justify-content: space-around;
}
.eachScoreBoard{
text-align: center;
}
.eachTitle{
color:white;
margin-top:60px;
margin-bottom: 30px;
font-family: 'Verdana',sans-serif;
font-size: 30px;
}
.numBoard{
width: 155px;
height: 120px;
left: 82px;
top: 125px;
margin:0;
display: flex;
justify-content: center;
align-items: center;
font-size: 90px;
font-family: 'CursedTimerUlil', sans-serif;
background: #080001;
color: #F94F6D;
border-radius: 5px;
}
.btn{
box-sizing: border-box;
font-family: 'CursedTimerUlil', sans-serif;
color: #9AABD8;
background-color: #111827;
width: 45px;
height: 45px;
left: 337px;
top: 271px;
margin:30px auto;
border: 2px solid #9AABD8;
border-radius: 5px;
}