-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathtime.css
43 lines (43 loc) · 782 Bytes
/
time.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
#outside_box{
max-width: 400px;
max-height: 300px;
height: 100%;
width:100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: rgba(0, 0, 0, 0.514);
}
#inside_box{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 340px;
height: 240px;
text-align: center;
background-color: aqua;
}
#time{
width: 100%;
height: 200px;
color: aliceblue;
font-size: 50px;
font-family: 'Saira Stencil One', cursive;
background-color: black;
line-height: 200px;
}
#date{
height: 40px;
background: aliceblue;
font-size: 22px;
font-family: 'Saira Stencil One', cursive;
}
#setTime,#setDate{
margin: 0%;
}
input[type="color" i] {
border:0px solid black;
background-color: black;
}