-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
53 lines (48 loc) · 917 Bytes
/
Copy pathstyles.css
File metadata and controls
53 lines (48 loc) · 917 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
43
44
45
46
47
48
49
50
51
52
53
body {
background-color: #00235a;
color: white;
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
font-size: 2.5em;
margin: 20px 0;
}
table {
width: 100%;
text-align: center;
margin-bottom: 50px;
}
input[type="text"] {
padding: 5px;
}
.control-zone {
text-align: center;
}
.input-invalid {
border: 3px solid red;
}
.value-box {
background: rgb(95, 159, 248);
border-radius: 50%;
width: 140px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin: 10px;
}
.footer {
background-color: black;
color: white;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
font-size: 80px; /* изменение размера шрифта */
width: 100%; /* to make the footer full-width */
}
.timerStyle {
font-size: 60px;
text-align:center;
}