From a2f9026aca896ebda3790836473c87b4e815e05f Mon Sep 17 00:00:00 2001
From: syrene <144994323+shb1383@users.noreply.github.com>
Date: Thu, 16 May 2024 16:56:42 +0900
Subject: [PATCH 01/24] added funtionality and styling to drumkit
---
01 - JavaScript Drum Kit/index-START.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 8a2f8e8417..7dd9d9cb6a 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -59,7 +59,24 @@
From 1f987092afb0eee13b9d45ecf860524b1408a030 Mon Sep 17 00:00:00 2001
From: syrene <144994323+shb1383@users.noreply.github.com>
Date: Thu, 16 May 2024 17:08:31 +0900
Subject: [PATCH 02/24] added functionality and styling to clock hands
---
02 - JS and CSS Clock/index-START.html | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html
index 55ab1a5331..8e22abba6f 100644
--- a/02 - JS and CSS Clock/index-START.html
+++ b/02 - JS and CSS Clock/index-START.html
@@ -63,13 +63,35 @@
background: black;
position: absolute;
top: 50%;
+ transform-origin: 100%;
+ transform: rotate(90deg);
+ transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}