-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (99 loc) · 2.18 KB
/
style.css
File metadata and controls
116 lines (99 loc) · 2.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
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
111
112
113
114
115
116
body {
background: url("https://images.wallpaperscraft.com/image/single/shakespeare_time_title_motivation_85147_1920x1080.jpg") no-repeat;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
padding-top: 50px;
}
h2 {
font-size: 4rem;
color: rgb(167, 205, 154);
text-align: center;
}
#alt-baslik {
font-size: 2rem;
color: darkgray;
}
.text {
color: white;
font-size: 1.75rem;
font-weight: 400;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin: 1rem;
}
.time {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 6rem;
font-weight: 400;
color: white;
margin: 1rem;
}
.buton {
background-color: rgba(0, 0, 0, 0.37);
color: white;
border-radius: 10px 20px;
font-size: 1.25rem;
border: none;
padding: 10px;
}
.buton:hover {
background-color: darksalmon;
box-shadow: 5px 5px 5px 5px #808080;
}
.inside-header {
color: darksalmon;
}
.inside-buttons {
font-size: 1.5rem;
padding: 10px;
border-radius: 15px;
}
#kronometre {
align-items: center;
justify-content: center;
text-align: center;
display: none;
}
#zamanlayici {
align-items: center;
justify-content: center;
text-align: center;
display: none;
}
#kalan-sure {
align-items: center;
justify-content: center;
text-align: center;
display: none;
}
#message {
align-items: center;
justify-content: center;
text-align: center;
display: none;
color: white;
font-size: 100px;
}
input:focus {
outline: none;
}
footer {
color: rgba(255, 255, 255, 0.74);
}
label {
font: 3rem 'Fira Sans', sans-serif;
color: white;
display: block;
}
input[type="date"] {
margin-top: 1rem;
padding: 20px;
font: 1.5rem 'Fira Sans', sans-serif;
border-radius: 10px;
}
#output {
align-items: center;
justify-content: center;
text-align: center;
display: none;
}