-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
110 lines (93 loc) · 1.39 KB
/
style.css
File metadata and controls
110 lines (93 loc) · 1.39 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
background-color: #c99951;
}
.container {
height: 460px;
width: 220px;
margin: auto;
background-color: #593e00;
margin-top: 150px;
opacity: 0.8;
box-shadow: 10px 10px 10px 5px black;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.upper {
width: 200px;
background-color: white;
margin: 5px;
margin-top: 10px;
height: 150px;
border: 5px solid darkgray;
}
.time {
display: flex;
color: rgb(14, 133, 133);
margin-left: 50px;
margin-top: 20px;
font-size: 30px;
}
.lower {
width: 200px;
margin: 10px;
margin-top: 0px;
}
.session_break {
display: flex;
justify-content: space-around;
}
.sesion_break_heading {
text-align: center;
color: white;
}
.dot {
color: white;
text-align: center;
}
.set_time_session,
.set_time_break {
display: flex;
margin-left: 10px;
margin-top: -10px;
}
.plus_minus_session,
.plus_minus_break {
display: flex;
}
.btn,
.side {
margin: 5px;
}
.btn {
background-color: black;
color: white;
border-radius: 5px;
width: 30px;
}
.set_time_break {
color: coral;
}
.set_time_session {
color: rgb(36, 168, 168);
}
.session_time,
.break_time {
color: white;
}
.start_reset {
display: flex;
justify-content: space-evenly;
padding-bottom: 10px;
}
.start,
.reset {
background-color: black;
color: white;
width: 80px;
border-radius: 5px;
height: 30px;
}
.time {
color: grey;
}