-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
78 lines (67 loc) · 1.26 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
body {
margin: 0;
background: #1B244A;
color: #EEEEEE
}
.container {
display: flex;
justify-content: space-around;
font-size: 40px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin-bottom: -20px;
line-height: 35.89px;
}
.home-score {
display: flex;
justify-content: space-around;
}
.counter-bg {
height: 120px;
width: 155px;
left: 82px;
top: 125px;
border-radius: 5px;
background-color: black;
}
.score {
font-size: 90px;
margin: auto;;
padding: 0;
height: 120px;
width: 117px;
line-height: 127px;
text-align: center;
font-family: 'CursedTimerULiL';
color: #F94F6D;
}
.buttons {
margin-top: 26px;
width: 100%;
height: 90px;
display: flex;
justify-content: space-around;
}
.increment-btn {
width: 45px;
height: 45px;
background: #1B244A;
color: #9AABD8;
border: 2px solid #9AABD8;
border-radius: 5px;
margin: 0px 5.5px;
font-family: 'CursedTimerULiL';
}
@font-face {
font-family: 'CursedTimerULiL';
src: url(CursedTimerULiL.ttf);
}
.new-game {
background: #1B244A;
color: #9AABD8;
border-radius: 5px;
border: 2px solid #9AABD8
}
.ng-div {
display: flex;
justify-content: center;
}