-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
52 lines (43 loc) · 818 Bytes
/
styles.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
#stats {
position: absolute;
width: 100%;
height: 3em;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
}
.bigP {
font-size:36px;
}
#click-to-play {
cursor: pointer;
border: 1px #dd4400 solid;
padding: 20px;
-webkit-box-shadow: inset 0 0 20px #ee5500;
-moz-box-shadow: inset 0 0 20px #ee5500;
box-shadow: inset 0 0 20px #ee5500;
}
#stats-bar {
color: #dd4400;
padding: 10px;
font-family: sans-serif;
}
#stats-bar p {
margin: 0.5em;
}
#instructions {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 20px;
color: #FFDD00;
}
#elapsed-seconds-wrapper {
float: left;
}
#distance-walked-wrapper {
float: right;
}