-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (65 loc) · 1007 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
65
66
67
68
69
70
71
72
73
74
75
76
77
body {
background-color: #339966;
}
.container {
background-color: white;
width: 840px;
height: 420px;
border-radius: 10px;
margin: 20px auto;
box-shadow: 5px 5px 5px #888888;
font-family: 'Inconsolata';
padding: 20px;
text-align: center;
position: relative;
}
.questions {
display: none;
text-align: center;
width: 600px;
}
.left {
float:left;
}
.final {
display: none;
}
.btn-circle {
width: 70px;
height: 70px;
font-size: 24px;
line-height: 1.33;
border-radius: 35px;
background: #00d800;
}
.rangeslider__fill {
background: #00d800;
}
#steth {
width: 40px;
}
.title {
text-align: center;
color: white;
}
.bottom {
padding: 20px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.instructions {
margin-top: 50px;
margin-bottom: 50px;
}
.center {
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.final > ul {
text-align: left;
}