diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 4070d32767..2ed0f0ca58 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,23 @@
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html
new file mode 100644
index 0000000000..c44d50d15c
--- /dev/null
+++ b/02 - JS + CSS Clock/index-START.html
@@ -0,0 +1,93 @@
+
+
+
+
+ Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html
index 2712384201..c44d50d15c 100644
--- a/02 - JS and CSS Clock/index-START.html
+++ b/02 - JS and CSS Clock/index-START.html
@@ -61,13 +61,33 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transform: rotate(90deg);
+ /*transition: all 0.05s;*/
+ /*transition-timing-function: cubic-bezier(0.1, 2.5, 0.5, 1);;*/
}