-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (45 loc) · 731 Bytes
/
style.css
File metadata and controls
48 lines (45 loc) · 731 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
body{
text-align: center;
background-color:darkolivegreen;
font-size: 20px;
}
table{
/* margin:auto; */
display: flex;
text-align: center;
justify-content: center;
}
input{
font-size:20px;
border-radius:4px;
padding:10px;
text-align: center;
justify-content: center;
}
th{
font-size: 40px;
display: flex;
text-align: center;
justify-content: center;
}
td{
display: flex;
}
button{
width:15%;
height:15%;
padding:10px;
}
.countdown{
display:flex;
padding:10px;
justify-content: center;
font-size: 29px;
}
.time{
background-color:darkseagreen ;
height: 40%;
width:170px;
margin:0 10px;
font-size: 60px;
}