diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 4070d32767..a14abdcb9e 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,34 @@
diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html
index ee7eaefb1f..cd05fe327d 100644
--- a/02 - JS and CSS Clock/index-START.html
+++ b/02 - JS and CSS Clock/index-START.html
@@ -41,6 +41,7 @@
border-radius:50%;
margin:50px auto;
position: relative;
+ transform: rotate(90deg);
padding:2rem;
box-shadow:
0 0 0 4px rgba(0,0,0,0.1),
@@ -62,13 +63,29 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transition: all 0.05s;
+ transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}