-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
78 lines (78 loc) · 1 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
background-color: rgb(70, 70, 70);
font-family:Arial;
color: white;
}
#underScramble {
position: absolute;
top: 630px;
}
#hiddenSettings {
display: none;
}
#clock {
position: absolute;
top: 240px;
height: 390px;
width: 390px;
left: 5%;
}
.circle {
aspect-ratio: 1/1;
width: 110px;
border-radius: 50%;
position: absolute;
background-color: white;
}
.dial {
background-color: black;
width: 10px;
height: 53px;
position: absolute;
transform-origin: center bottom;
transform: translate(50px, 2px);
}
.twelve {
aspect-ratio: 1/1;
width: 10px;
border-radius: 50%;
position: absolute;
background-color: red;
transform: translate(50px,-10px);
}
.u {
left: 140px;
}
.ur {
left: 280px;
}
.l {
top: 140px;
}
.c {
left: 140px;
top: 140px;
}
.r{
left: 280px;
top: 140px;
}
.dl {
top: 280px;
}
.d {
left: 140px;
top: 280px;
}
.dr {
left: 280px;
top: 280px;
}
#bigText {
font-size: 25px;
font-weight: bold;
color: red;
}
#timer {
display: none;
}