From f04fa9784492a28409f6fbfb44b466d365de537b Mon Sep 17 00:00:00 2001 From: Mostafizur Rahman Date: Mon, 10 Jul 2017 20:55:10 +0600 Subject: [PATCH 1/4] complet drum --- 01 - JavaScript Drum Kit/index.html | 125 ++++++++++++++-------------- 01 - JavaScript Drum Kit/style.css | 2 +- 2 files changed, 63 insertions(+), 64 deletions(-) diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html index 246639f990..b4bb3e27a7 100644 --- a/01 - JavaScript Drum Kit/index.html +++ b/01 - JavaScript Drum Kit/index.html @@ -8,76 +8,75 @@ -
-
- A - clap -
-
- S - hihat -
-
- D - kick -
-
- F - openhat -
-
- G - boom -
-
- H - ride -
-
- J - snare -
-
- K - tom -
-
- L - tink -
+
+
+ A + clap
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
- - - - - - - - - + + + + + + + + + + diff --git a/01 - JavaScript Drum Kit/style.css b/01 - JavaScript Drum Kit/style.css index 3e0a320b37..cf9e9ff950 100644 --- a/01 - JavaScript Drum Kit/style.css +++ b/01 - JavaScript Drum Kit/style.css @@ -34,7 +34,7 @@ body,html { .playing { transform:scale(1.1); border-color:#ffc600; - box-shadow: 0 0 10px #ffc600; + box-shadow: 0 0 10px #26ff16; } kbd { From 5ca3a3fc8c21ffb5571eae203d8d21661e6f23eb Mon Sep 17 00:00:00 2001 From: Mostafizur Rahman Date: Mon, 10 Jul 2017 20:57:31 +0600 Subject: [PATCH 2/4] complet drumkit --- 01 - JavaScript Drum Kit/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html index b4bb3e27a7..d6f6966e22 100644 --- a/01 - JavaScript Drum Kit/index.html +++ b/01 - JavaScript Drum Kit/index.html @@ -58,7 +58,8 @@ From c00efed6c55d1af8eba945b7a41495704cdf8ccf Mon Sep 17 00:00:00 2001 From: Md Mostafizur Rahman Date: Tue, 21 Nov 2017 23:19:21 +0600 Subject: [PATCH 3/4] js clock --- 02 - JS + CSS Clock/index.html | 120 +++++++++++++++++---------------- 1 file changed, 63 insertions(+), 57 deletions(-) diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html index d5c9ec9596..d1487a75f7 100644 --- a/02 - JS + CSS Clock/index.html +++ b/02 - JS + CSS Clock/index.html @@ -1,95 +1,101 @@ - - Codestin Search App + + Codestin Search App -
-
+
+
-
+
- From 653abac66bec4a62b29840b4c489b31e369ca859 Mon Sep 17 00:00:00 2001 From: Md Mostafizur Rahman Date: Tue, 21 Nov 2017 23:42:59 +0600 Subject: [PATCH 4/4] css variable --- 03 - CSS Variables/index.html | 83 +++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 03 - CSS Variables/index.html diff --git a/03 - CSS Variables/index.html b/03 - CSS Variables/index.html new file mode 100644 index 0000000000..4b1c85d90f --- /dev/null +++ b/03 - CSS Variables/index.html @@ -0,0 +1,83 @@ + + + + + Codestin Search App + + +

Update CSS Variables with JS

+ +
+ + + + + + + + +
+ + + + + + + + +