From f710f34ae1e3355baf08a52a97d526952b317be2 Mon Sep 17 00:00:00 2001 From: "Morell, Camille" Date: Tue, 20 Dec 2016 13:38:53 -0600 Subject: [PATCH 1/3] first commit --- 01 - JavaScript Drum Kit/index-START.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..53e0c32fa6 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,23 @@ From bbf199fe94d9955f67f7a23c01df54ed19a1c218 Mon Sep 17 00:00:00 2001 From: "Morell, Camille" Date: Tue, 20 Dec 2016 15:17:43 -0600 Subject: [PATCH 2/3] first commit for the clock code --- 02 - JS + CSS Clock/index-START.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..c98b4568ae 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,35 @@ 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 d42c5a1b80af93de27a5207f2c03a2deb78533e3 Mon Sep 17 00:00:00 2001 From: "Morell, Camille" Date: Tue, 20 Dec 2016 16:03:09 -0600 Subject: [PATCH 3/3] kind of a cool way to change CSS --- 03 - CSS Variables/index-START.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index 7171607a8b..0259b652a2 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -21,7 +21,20 @@

Update CSS Variables with JS