- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimer.css
More file actions
Latest commit
42 lines (34 loc) · 485 Bytes
/
Copy pathtimer.css
File metadata and controls
42 lines (34 loc) · 485 Bytes
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
body{
margin:0px;
background: green;
}
.demo-card-square.mdl-card {
width:100%;
height:700px;
}
.demo-card-square> .mdl-card__title {
color:#fff;
background:
url('img/game.png') bottom right 15% no-repeat #46B6AC;
}
#startButton{
background:#2196F3;
}
#stepButton{
background:#1565C0;
}
.table_container{
height:300px;
overflow-y: scroll;
}
#past_times{
width:100%;
}
.container{
padding:10px;
}
#timer{
font-size:250%;
font-weight: bold;
color:blue;
}