-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (54 loc) · 1.04 KB
/
Copy pathstyle.css
File metadata and controls
62 lines (54 loc) · 1.04 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
@font-face {
font-family: Cursed Timer ULiL;
src: url(fonts/CursedTimerULiL.ttf);
}
body {
background: #1B244A;
margin: 68px;
text-align: center;
}
.score{
background: #0a0001;
border-radius: 5px;
width: 117px;
height: 120px;
left: 100px;
top: 125px;
font-family: Cursed Timer ULiL;
font-weight: 400;
font-size: 90px;
line-height: 141%;
text-align: center;
color: #F94F6D;
}
.container {
display: flex;
justify-content: space-around;
border-radius: 15px;
}
.plusButton {
width: 35px;
height: 35px;
border: 2px solid #9AABD8;
border-radius: 5px;
background: none;
font-family: Cursed Timer ULiL;
color: #9AABD8
}
.resetButton {
width: 80px;
height: 35px;
border: 2px solid #9AABD8;
border-radius: 5px;
background: none;
font-family: Cursed Timer ULiL;
color: #9AABD8;
}
.boardTitle {
font-family: 'Verdana';
font-weight: 700;
font-size: 32px;
line-height: 36px;
text-align: center;
color: #EEEEEE;
}