-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (83 loc) · 1.58 KB
/
Copy pathstyle.css
File metadata and controls
98 lines (83 loc) · 1.58 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
background-color: #4360a964;
margin: 0 auto;
}
.header {
background-color:#86fefe;
text-align: center;
padding: 25px;
}
.title-row {
margin-top: 60px;
margin-bottom: 21px;
text-align: center;
}
.game-title {
font-family: 'Roboto', sans-serif;
font-size: 40px;
font-weight: 700;
color: #F15BB5;
}
.instructions-title {
display: inline;
font-size: 30px;
color: #86fefe;
font-family: 'Work Sans';
}
.instructions-row {
margin: 0 auto;
width: 600px;
}
.instructions-number {
padding-right: 20px;
font-family: ‘Work Sans’;
font-size: 30px;
color: #86fefe;
}
.instructions-text {
padding: 10px;
font-family: ‘Work Sans’;
font-size: 20px;
color: #ffffff;
}
#door-row {
text-align: center;
padding: 40px;
}
.door-frame {
cursor: pointer;
padding: 10px;
}
.start-row {
margin: auto;
height: 50px;
background-color: #eede76;
padding-top: 25px;
font-size: 22px;
font-family: 'Work Sans', sans-serif;
text-align: center;
cursor: pointer;
}
.score-row {
text-align: center;
width: 100%;
padding-top: 45px;
}
.score-text {
display: inline;
padding: 7px;
font-family: 'Work Sans';
font-size: 12px;
letter-spacing: 1.1px;
color: #ffffff;
}
.score-box {
margin-top: 9px;
display: inline-block;
padding: 8px;
margin: 22px;
width: 60px;
background-color: #86fefe ;
font-family: 'Work Sans';
font-size: 45px;
}