-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
80 lines (64 loc) · 1.01 KB
/
styles.css
File metadata and controls
80 lines (64 loc) · 1.01 KB
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
78
79
80
html {
max-width: 1200px;
min-width: 300px;
margin: 0 auto !important;
}
body {
margin: 0px 80px;
}
.center {
text-align: center;
}
#game-space {
margin: 20px 0px;
padding: 10px;
border: 4px solid rgb(36, 36, 36);
background-color: rgb(133, 156, 167);
}
.flex-container {
display: flex;
flex-wrap: wrap;
padding: 5px;
justify-content: center;
}
.justify {
text-align: justify;
}
.score-totals {
font-size: 16px;
font-weight: bold;
}
.game-button {
font-size: 30px;
padding: 15px;
}
#show-instructions {
font-size: 16px;
}
#bolder {
font-weight: bolder;
font-size: 20px;
}
#inline {
display: inline-block;
padding-top: 20px;
}
button {
margin: 0px 10px;
}
img {
width: 12.5%;
padding: 0px 2.5px;
}
footer {
margin: 20px 0px;
padding: 10px;
color: rgb(255, 255, 255);
background-color: #8f1414;
}
#bottom-link {
color:rgb(255, 255, 255)
}
#bottom-link:hover {
color:rgb(53, 188, 241)
}