From 16557214887c6e1c94f5a0fc53c1318bc3d1c868 Mon Sep 17 00:00:00 2001 From: StepanNaryshkov Date: Tue, 10 Oct 2017 12:41:02 +0300 Subject: [PATCH 1/5] finished 1 day --- 01 - JavaScript Drum Kit/index-START.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..7f16496c08 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -8,7 +8,7 @@ -
+
A clap @@ -58,7 +58,28 @@ From d036331e67c4580560f0ee090595090452ccb84c Mon Sep 17 00:00:00 2001 From: StepanNaryshkov Date: Tue, 10 Oct 2017 18:01:25 +0300 Subject: [PATCH 2/5] start second task --- 02 - JS and CSS Clock/index-START.html | 28 +++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index ee7eaefb1f..5d7d34f448 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -53,7 +53,7 @@ position: relative; width: 100%; height: 100%; - transform: translateY(-3px); /* account for the height of the clock hands */ + transform: translateY(-3px) rotate(90deg); } .hand { @@ -62,11 +62,37 @@ background:black; position: absolute; top:50%; + transform-origin: 100% 0; } + .hour-hand { + transform: rotate(10deg); + } From 17c31329705d3b3b3fdc47c26aea1a0d4052f520 Mon Sep 17 00:00:00 2001 From: StepanNaryshkov Date: Tue, 10 Oct 2017 19:29:21 +0300 Subject: [PATCH 3/5] finished second lesson --- 02 - JS and CSS Clock/index-START.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index 5d7d34f448..e516d333bc 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -72,6 +72,8 @@ From c072850d9c62ccb3b223bbc277ace30d5f8e46b7 Mon Sep 17 00:00:00 2001 From: Stepan Date: Mon, 2 Oct 2023 16:52:02 +0300 Subject: [PATCH 5/5] Update index-START.html --- 02 - JS and CSS Clock/index-START.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index e516d333bc..1f21d6c8a4 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -17,6 +17,9 @@