forked from VelisaNomfula/choredoor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (55 loc) · 965 Bytes
/
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
59
60
61
62
63
64
body {
background-color: #663366;
margin: 0px;
}
.header{
background-color: #cc99cc;
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';
}
.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: #cc99cc;
padding-top: 18px;
font-size: 18px;
text-align: center;
color: #010165;
margin-bottom: 21px;
cursor: pointer;
}