From 5c81292a97aa2e5de248eaa33668847935885e83 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczmarek Date: Sun, 11 Dec 2016 08:51:54 +0100 Subject: [PATCH 1/3] JS#1 --- 01 - JavaScript Drum Kit/index-START.html | 38 +++++++++++++++++------ 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..c825d1420d 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -47,18 +47,38 @@ - - - - - - - - - + + + + + + + + + From 07389c4acce7654e4c540ef7677b067d2213d663 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczmarek Date: Sun, 11 Dec 2016 10:58:17 +0100 Subject: [PATCH 2/3] JS30 #2 --- 02 - JS + CSS Clock/index-START.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..f2cea753eb 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -25,6 +25,12 @@ font-size: 10px; } + span { + color: red; + text-transform: uppercase; + font-size: 10px; + } + body { font-size: 2rem; display:flex; @@ -61,13 +67,35 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.2s cubic-bezier(0.56, 1.71, 0.25, 1) } From 931f8d97245a42bb7e4b6dff49811c6e26c7e977 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczmarek Date: Tue, 13 Dec 2016 16:47:27 +0100 Subject: [PATCH 3/3] JS#30 --- 03 - CSS Variables/index-START.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index bf0f33e3ba..b4d38e2263 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -21,6 +21,21 @@

Update CSS Variables with JS