From e56fd93f45657c77e560edf742d822f5b7018abc Mon Sep 17 00:00:00 2001 From: Oswaldo Date: Mon, 6 Mar 2017 23:53:56 -0600 Subject: [PATCH 1/2] minutes working --- 02 - JS and CSS Clock/index-START.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index ee7eaefb1f..d88c073c37 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -62,11 +62,25 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s; + transition-timing-function: cubic-bezier(0.1,2.7,0.58,1); } From b69ccf4ec97fd9eb9bb44cf96fcd6e48682b8e5a Mon Sep 17 00:00:00 2001 From: Oswaldo Date: Tue, 7 Mar 2017 00:05:44 -0600 Subject: [PATCH 2/2] minutes and hours working --- 02 - JS and CSS Clock/index-START.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index d88c073c37..a187040f20 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -72,11 +72,29 @@