-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
77 lines (66 loc) · 1.3 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
@font-face {
font-family: 'Cursed Timer ULiL';
src: url('fonts/CursedTimerULiL.ttf') format('truetype');
}
html, body {
margin: 0;
text-align: center;
background: #111827;
color: white;
display: flex;
justify-content: center;
}
.parentContainer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 2000px;
}
h3 {
font-family: Verdana;
font-size: 40px;
font-weight: 700;
line-height: 10px;
text-align: center;
}
h6 {
font-family: Verdana;
font-size: 20px;
font-weight: 600;
line-height: 1px;
text-align: center;
}
.column {
padding: 20px;
}
.score {
font-family: Cursed Timer ULiL, sans-serif;
font-size: 90px;
font-weight: 400;
line-height: 126.67px;
text-align: center;
color: #F43F5E;
background-color: black;
border-radius: 5px;
}
.container {
display: flex;
justify-content: space-around;
width: 100%;
max-width: 2000px;
border: 2px solid #1F2937;
background: #374151;
border-radius: 5px;
}
button {
background: none;
font-family: Cursed Timer ULiL;
font-size: 18px;
font-weight: 400;
line-height: 25px;
text-align: center;
color: #9CA3AF;
border: 2px solid #6B7280;
border-radius: 5px;
}