From ae074b29ee5f5fe05dbd68ae9dce58e781099548 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 5 Oct 2017 23:17:48 -0400 Subject: [PATCH] added working clock --- 02 - JS and CSS Clock/index-START.html | 31 +++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index ee7eaefb1f..3370555206 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -62,12 +62,41 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.5s; } - + .hour-hand { + background: red; + } + +