-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (54 loc) · 1.23 KB
/
style.css
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
body{
background-color: azure;
padding: 100px;
}
.container{
justify-content: center;
margin: auto;
padding: 20px;
max-width: 400px;
/* display: inline-block; */
border-radius: 10px;
border-color: black;
border-width: 5px;
border-style: solid;
}
.timezone{
justify-content: center;
text-align: right;
/* border-color: black; */
/* border-style: solid; */
/* border-radius: 5px; */
display: block;
/* margin: 40px; */
padding: 20px 105px 0px 0px;
font-size: larger;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}
.time{
justify-content: center;
text-align: center;
/* border-color: black; */
/* border-style: solid; */
/* border-radius: 5px; */
display:block;
margin: auto;
padding: 0px 0px 0px 0px;
font-size: 50px;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}
.date{
/* justify-content: center; */
text-align: right;
/* border-color: black; */
/* border-style: solid; */
/* border-radius: 5px; */
display: block;
/* margin: 40px; */
padding: 0px 105px 20px 0px;
font-size: larger;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}