-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
67 lines (54 loc) · 1.18 KB
/
app.css
File metadata and controls
67 lines (54 loc) · 1.18 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
#countClick {
background-color: #11c900;
border-radius: 30px;
width: 40%;
height: 300px;
font-size: 30pt;
color:white;
margin: 5% auto;
}
#resetCounter {
background-color: #ffffff;
width: 20%;
height: 120px;
border-radius: 20px;
border: 5px solid #e34761;
font-size: 20pt;
color:rgb(151, 0, 0);
}
@media screen and (max-width: 768px) {
#countClick {
width: 100%;
height: 60%;
}
}
@media screen and (max-width: 768px) {
#resetCounter {
width: 100%;
height: 10%;
margin: 10% auto;
}
}
.animatedCountClick:active {
background: linear-gradient(45deg, #11c900, rgb(81, 221, 68));
}
.animatedResetCounter:active {
background: linear-gradient(45deg, #ff9dad, #eeb9c2);
}
.test {
font-size: 45px;
background-color: rgba(53,86,129, 0.8);
color: white;
font-family: 'Muli', sans-serif;
}
.test2 {
font-size: 35px;
background-color: rgba(53,86,129, 0.8);
color: white;
font-family: 'Muli', sans-serif;
width: 200;
}
#time.form-control {
}
#time.form-control, button.btn-outline-secondary {
}