diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 4070d32767..5d6734590a 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,6 +58,26 @@
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html
index 2712384201..98198c4e3c 100644
--- a/02 - JS + CSS Clock/index-START.html
+++ b/02 - JS + CSS Clock/index-START.html
@@ -60,13 +60,48 @@
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.9, 0.43, 0, 0.96);
+ }
+
+ .hour-hand {
+ width: 25%;
+ top: 50%;
+ left: 25%;
+ }
+
+ .min-hand {
+ width: 40%;
+ left: 10%;
}