diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-completed.html
similarity index 72%
rename from 01 - JavaScript Drum Kit/index-START.html
rename to 01 - JavaScript Drum Kit/index-completed.html
index 4070d32767..28c18b014d 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-completed.html
@@ -58,6 +58,27 @@
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-complete.html
similarity index 54%
rename from 02 - JS + CSS Clock/index-START.html
rename to 02 - JS + CSS Clock/index-complete.html
index 2712384201..41e80f64d2 100644
--- a/02 - JS + CSS Clock/index-START.html
+++ b/02 - JS + CSS Clock/index-complete.html
@@ -56,17 +56,45 @@
}
.hand {
- width:50%;
- height:6px;
- background:black;
+ width: 50%;
+ height: 6px;
+ background: black;
position: absolute;
- top:50%;
+ top: 50%;
+ transform-origin: 100%;
+ transform: rotate(90deg)
+ transition: all 0.05s;
+ transition-timing-function: cubic-bezier(0.3, 1.84, 0.52, 0.57)
}
-