-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (59 loc) · 1.02 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
59
60
61
62
63
64
65
66
67
68
/*style.css*/
body {
font-family: 'Open Sans';
background-color: rgba(142, 68, 173,1.0);
}
#header {
text-align: center;
color: rgba(255, 255, 255,1.0);
font-style: italic;
}
input {
width: 300px;
}
#task-input {
text-align: center;
}
/*body{*/
/*text-align: center;*/
/*background: #00ECB9;*/
/*font-family: sans-serif;*/
/*font-weight: 100;*/
/*}*/
h1{
color: rgba(255, 255, 255,1.0);
font-weight: 100;
font-size: 40px;
margin: 40px 0px 20px;
}
#clockdiv{
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
}
#clockdiv > div{
padding: 10px;
border-radius: 3px;
background: #00BF96;
display: inline-block;
}
#clockdiv div > span{
padding: 15px;
border-radius: 3px;
background: #00816A;
display: inline-block;
}
.smalltext{
padding-top: 5px;
font-size: 16px;
}
#workspace {
text-align: center;
}
#tasks, #timer {
display: inline-block;
margin: 0 auto;
}