-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
70 lines (61 loc) · 1.37 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
@font-face {
font-family: 'cursed_timer_ulilregular';
src: url('font/CursedTimerUlil-Aznm.eot');
src: url('font/CursedTimerUlil-Aznm.woff') format("woff"),
url('font/CursedTimerUlil-Aznm.otf') format("opentype"),
url('font/CursedTimerUlil-Aznm.svg') format("svg");
}
body {
margin-top: 250px;
text-align: center;
background: #1B244A;
}
.score1 {
font-family: 'cursed_timer_ulilregular',Verdana;
font-weight:normal;
font-style:normal;
justify-content: space-around;
background: #080001;
font-size: 90px;
color: #F94F6D;
width: 120px;
margin: 20px;
padding: 15px;
padding-top: 30px;
border-radius: 5%;
}
.score2 {
font-family: 'cursed_timer_ulilregular',Verdana;
font-weight:normal;
font-style:normal;
justify-content: space-around;
background: #080001;
font-size: 90px;
color: #F94F6D;
width: 120px;
margin: 20px;
padding: 15px;
padding-top: 30px;
border-radius: 5%;
}
.container {
display: flex;
justify-content: space-around;
}
button {
border-color: #9AABD8;
border-radius: 5%;
background: none;
color: #9AABD8;
font-family: 'cursed_timer_ulilregular',Verdana;
padding: 5px;
padding-top: 10px;
width: auto;
}
h3 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #EEEEEE;
}
.button {
color: #9AABD8;
}