From 1aa0823279aa4b1b3fbe104f62895bd2c92acd3c Mon Sep 17 00:00:00 2001 From: Bryce Hipp Date: Tue, 25 Jul 2017 22:35:28 -0500 Subject: [PATCH 1/2] Add completed item for day 2 --- 02 - JS and CSS Clock/index-START.html | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index ee7eaefb1f..19c32a22a5 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -62,12 +62,40 @@ 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 3c4e8d60477a0380495801483cf4d0fed74e4ac3 Mon Sep 17 00:00:00 2001 From: Bryce Hipp Date: Tue, 25 Jul 2017 22:35:37 -0500 Subject: [PATCH 2/2] Add completed item for day 3 --- 03 - CSS Variables/index-START.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index 8a4f0d556e..c7359015de 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -21,6 +21,21 @@

Update CSS Variables with JS