-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (79 loc) · 1.5 KB
/
style.css
File metadata and controls
82 lines (79 loc) · 1.5 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
body {
background-color: #010165;
margin: 0px;
}
header{
background-color:#00FFFF;
text-align:center;
}
.title-row{
margin-top:42px;
margin-bottom:21px;
text-align:center;
}
.instructions-title{
display:inline;
font-size:18px;
color:#00ffff;
font-family:‘Work Sans’;
}
.instruction-row{
margin:0 auto;
width:400px;
}
.instructions-number{
padding:25px;
font-family:'Work Sans';
font-size:36px;
color:#00FFFF;
}
.instruction-text{
padding:10px;
font-family:'Work Sans';
font-size:14px;
color:#FFFFFF;
}
.door-row{
text-align:center;
}
.door-frame{
cursor:pointer;
padding:10px;
}
.start-row{
margin:auto;
width:120px;
height:43px;
font-family:'Work Sans';
background-color:#EB6536;
padding-top:18px;
font-size:18px;
text-align:center;
color:#010165;
margin-bottom:21px;
cursor:pointer;
}
.score-row {
text-align: center;
width: 100%;
}
.score-text {
margin-right: 17px;
padding: 5px;
display: inline;
font-family: 'Work Sans';
font-size: 12px;
letter-spacing: 1.1px;
color: #ffffff;
}
.score-box {
margin-top: 9px;
display: inline-block;
padding: 8px;
margin: 18px;
margin-right: 29px;
width: 59px;
background-color: #00ffff;
font-family: 'Work Sans';
font-size: 45px;
}