-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (58 loc) · 925 Bytes
/
style.css
File metadata and controls
75 lines (58 loc) · 925 Bytes
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
* {
background-color: #27292b !important;
color: white !important;
font-family: 'system-ui' !important;
font-weight: 200;
}
h1 {
font-weight: 800;
margin-bottom: 0;
}
h3 {
font-weight: 200;
margin-top: 0;
}
.main-section {
display: flex;
flex-direction: column;
margin-bottom: 50;
}
.main-header {
margin: auto;
margin-top: 50px;
display: flex;
flex-direction: column;
}
.select-section {
margin-bottom: 50;
width: 50%;
}
.selection-btn {
border-width: 1;
padding: 10 20 10 20;
width: 120px;
border-radius: 100;
border-style: solid;
margin-bottom: 20;
}
.selection-btn:hover {
/* color: #27292b !important; */
/* background-color: white !important; */
}
.score-section {
margin-bottom: 50;
}
.score-board {
display: flex;
flex-direction: row;
}
.score-line {
border-width: 0 1 0 0 ;
border-style: solid;
}
.text-header {
margin-left: 20px;
}
.center {
text-align: center;
}