From d0aaa5abfec2d5fa1471784b96417910ebadefad Mon Sep 17 00:00:00 2001 From: Kia Fathi Date: Mon, 12 Dec 2016 13:00:41 -0800 Subject: [PATCH 1/3] (feat) Day1 --- 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..7fe16cd202 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,25 @@ From 66103f67984350821a38e0248a50e8d42f0c8e57 Mon Sep 17 00:00:00 2001 From: Kia Fathi Date: Mon, 12 Dec 2016 13:23:53 -0800 Subject: [PATCH 2/3] (feat) Day2 --- 02 - JS + CSS Clock/index-START.html | 34 ++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 259280d228..ca283b608e 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -5,8 +5,6 @@ Document - -
@@ -14,8 +12,6 @@
- - + .hour-hand { + left: 15%; + width: 35%; + } + .second-hand { + height: 3px; + } + + From db7ba38c1d5770e6fd5497cdef225782a6ddfb70 Mon Sep 17 00:00:00 2001 From: Kia Fathi Date: Tue, 13 Dec 2016 07:58:15 -0800 Subject: [PATCH 3/3] (feat) Day3 --- 03 - CSS Variables/index-START.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index bf0f33e3ba..00e1fe71c3 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -21,6 +21,21 @@

Update CSS Variables with JS