From 06c2a55a9d4340e2158999a897b3a8d5b611f089 Mon Sep 17 00:00:00 2001 From: Joep Date: Sat, 27 Jan 2018 23:10:29 +0100 Subject: [PATCH] Make the hands move --- 02 - JS and CSS Clock/index-START.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index ee7eaefb1f..3abf8636b8 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -62,12 +62,36 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.5s; }