-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (55 loc) · 1.1 KB
/
style.css
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
body {
background-color: #010165;
margin: 0px;
}
.header{
background-color: #00ffff;
text-align: center;
}
.title-row{
margin-top: 42px;
margin-left: 21px;
text-align: center;
}
.instructions-title{
display: inline;
font-size: 18px;
color: #00ffff;
font-family: 'Work Sans';
}
.instructions-row{
margin: 0 auto;
width: 400px;
}
.instructions-number{
padding-right: 25px;
font-family:'Work Sans';
font-size:36px;
color: #00ffff;
}
.instructions-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;
}