From 8d38aa5c44c2b9eda64aba0118e95418182bf61b Mon Sep 17 00:00:00 2001 From: KevinStock Date: Sat, 10 Dec 2016 07:05:09 -0600 Subject: [PATCH 1/2] hour hand color changed --- 02 - JS + CSS Clock/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html index 36c420f534..d372214c7e 100644 --- a/02 - JS + CSS Clock/index.html +++ b/02 - JS + CSS Clock/index.html @@ -66,6 +66,10 @@ transition: all 0.05s; transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1); } + + .hour-hand { + background: red; + }