From d12077d853c3993dabeac2948ca0323efb31d228 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 8 Sep 2021 13:44:58 +1200 Subject: [PATCH 1/3] finished day 1 --- 01 - JavaScript Drum Kit/index-START.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..08d6c5198f 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,6 +59,24 @@ From 4b6a4cc1cb883234ababcae064c09aad80aea0e2 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 8 Sep 2021 14:15:52 +1200 Subject: [PATCH 2/3] complete day 2 --- 02 - JS and CSS Clock/index-START.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index 7a6d27d5bd..dad1b7c7dc 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -62,12 +62,35 @@ background: black; position: absolute; top: 50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s ease-in-out; + transition-timing-function: cubic-bezier(0, 2.6, 0.58, 1); } From 0493ae0b258535c2c31ac0e50b9f765f39aed3b3 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 8 Sep 2021 14:37:31 +1200 Subject: [PATCH 3/3] finish day 3 --- 03 - CSS Variables/index-START.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index 6b9b539c09..39bee594e8 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -22,6 +22,23 @@

Update CSS Variables with JS