+
K
tom
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html
index 2712384201..56000c60aa 100644
--- a/02 - JS + CSS Clock/index-START.html
+++ b/02 - JS + CSS Clock/index-START.html
@@ -59,14 +59,61 @@
width:50%;
height:6px;
background:black;
+ border-radius:10px;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transform: rotate(90deg);
+ transition: all 0.05s;
+ transition-timing-function: cubic-bezier(0, 1.5, 0.42, 1.36);
+ }
+ .hand.hour-hand {
+ width:30%;
+ left:20%;
+ height:12px;
+ }
+ .hand.min-hand {
+ height:9px;
}