diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html
index 36c420f534..4349d52062 100644
--- a/02 - JS + CSS Clock/index.html
+++ b/02 - JS + CSS Clock/index.html
@@ -66,6 +66,12 @@
transition: all 0.05s;
transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}
+
+ .hour-hand {
+ background: red;
+ width: 40%;
+ left: 10%
+ }