-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
72 lines (69 loc) · 1.12 KB
/
main.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.circle
{
height: 500px;
width: 530px;
/* box-shadow: 2px 2px black; */
border-radius: 100%;
border: 1px solid black;
position: relative;
top: 100px;
left: 750px;
transform: rotate(-90deg);
}
.min
{
position: absolute;
top: 250px;
left: 250px;
width: 230px;
height: 0.1px;
border: 2px solid black;
background-color: black;
transform-origin: bottom left;
}
.h
{
position: absolute;
left: 250px;
top: 250px;
width: 150px;
height: 1px;
border: 2px solid red;
background: red;
transform-origin: bottom left;
}
.sec
{
transform-origin: bottom left;
position: absolute;
left: 250px;
top: 250px;
width: 230px;
height: 0.02px;
border: 1px solid blue;
background-color: blue;
}
.btn
{
width: 100px;
height: 100px;
}
.dot
{
position: absolute;
left: 242.5px;
top: 247px;
width: 10px;
height: 10px;
border: 2px solid green;
background-color: green;
border-radius: 50%;
}
.clock
{
position: absolute;
left: -100px;
top: -95px;
height:700px;
width: 700px;
}