-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (55 loc) · 861 Bytes
/
Copy pathstyle.css
File metadata and controls
56 lines (55 loc) · 861 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
body{
padding-top: 20vh;
text-align: center;
}
#clock{
position: relative;
margin: auto;
width: 300px;
height: 300px;
background-color: #f0efef;
border: 4px solid #3f4040;
border-radius: 50%;
box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.08);
padding: 10px;
text-align: center;
background-image: url("clock.png");
background-position: center;
background-size: cover;
opacity: 0;
}
.innerSui{
background-color: #5c5c5c;
border-radius: 3px;
height: 50%;
width: 100%
}
.sui{
display: inline;
position: absolute;
margin: 0 auto;
}
#suiSec{
top: 10;
bottom: 10;
width: 1px;
}
#suiMin{
top: 40;
bottom: 40;
width: 2px;
}
#suiHour{
top: 80;
bottom: 80;
width: 4px;
}
.tippu{
position: absolute;
background-color: #5c5c5c;
border-radius: 50%;
width: 10px;
height: 10px;
top: 48.2%;
left: 49%;
}