-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
74 lines (61 loc) · 917 Bytes
/
Copy paththeme.css
File metadata and controls
74 lines (61 loc) · 917 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
body {
font-size: 18px;
line-height: 1.6;
color: #444;
}
svg {
cursor: pointer;
}
h1 {
margin-bottom: 15px;
border-bottom: 1px solid #000;
}
h3 {
margin-bottom: 5px;
}
h1,
h3 {
line-height: 1.2;
}
label {
display: block;
font-size: 1.1em;
margin-bottom: 10px;
letter-spacing: 0.25;
}
select {
height: 25px;
padding: 2px 6px;
width: 100%;
}
button {
padding: 8px 15px;
width: 100%;
}
#container {
display: flex;
flex-wrap: wrap;
}
#gameControls {
background-color: #cccaca;
padding: 15px;
margin-left: 4px;
border: 1px solid #000;
border-radius: 15px;
}
#gameControls div {
margin-bottom: 10px;
}
#rulesHeader {
display: flex;
}
#rulesHeader div {
padding-left: 300px;
align-self: flex-end;
margin-bottom: 5px;
}
#rules {
margin-top: 5px;
padding-left: 5px;
list-style: none;
}