-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
77 lines (67 loc) · 1.31 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
body {
margin: 0;
background: #1B244A;
}
.container {
display: flex;
justify-content: space-around;
}
#hscore-el, #gscore-el {
width: 155px;
height: 120px;
left: 82px;
top: 125px;
background: #080001;
border-radius: 6px;
}
#home-el, #guest-el {
width: 117px;
height: 120px;
left: 100px;
top: 125px;
font-family: 'Cursed Timer ULiL';
font-style: normal;
font-weight: 400;
font-size: 90px;
line-height: 127px;
/* or 141% */
text-align: center;
color: #F94F6D;
margin: 0 auto;
}
h3 {
width: 149px;
height: 36px;
left: 85px;
top: 68px;
font-family: 'Verdana';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 36px;
/* identical to box height, or 90% */
text-align: center;
color: #EEEEEE;
}
button {
background: none;
/* box-sizing: border-box; */
width: 45px;
height: 45px;
left: 337px;
top: 271px;
border: 2px solid #9AABD8;
border-radius: 5px;
margin: 20px 5px 0 0;
/* display: flex;
flex-direction: row;
align-items: center; */
font-family: 'Cursed Timer ULiL';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
/* or 155% */
text-align: center;
color: #9AABD8;
}