-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (47 loc) · 907 Bytes
/
style.css
File metadata and controls
59 lines (47 loc) · 907 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
54
55
56
57
58
59
#clock{
position: relative;
margin: auto;
height: 46vw;
width: 47vw;
background: url(clock2.jpg) no-repeat;
background-size: 100%;
/* -ms-transform: rotate(45deg); */
/* transform: rotate(45deg); */
/* position: relative; */
/* border: 5px solid black; */
}
#hour,#minute,#second{
position: relative;
background: black;
border-radius: 15%;
/* transform: rotate(-45deg); */
transform-origin: bottom ;
/* margi n: auto; */
}
#hour{
width: 3%;
height: 18%;
top: 36%;
left: 51.80%;
opacity: 75%;
/* display: none; */
}
#minute{
width: 2%;
height: 29%;
top: 7.1%;
left: 52.85%;
opacity: 75%;
/* display: none; */
}
#second{
width: 1%;
height: 38%;
top: -31.6%;
left: 53.85%;
/* opacity: 75%; */
}
#anyway{
text-align: center;
text-size-adjust : initial;
}