+
K
tom
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/01 - JavaScript Drum Kit/style.css b/01 - JavaScript Drum Kit/style.css
index 075578c930..ec7d19e486 100644
--- a/01 - JavaScript Drum Kit/style.css
+++ b/01 - JavaScript Drum Kit/style.css
@@ -23,7 +23,7 @@ body,html {
margin: 1rem;
font-size: 1.5rem;
padding: 1rem .5rem;
- transition: all .07s ease;
+ transition: all 0.07s;
width: 10rem;
text-align: center;
color: white;
@@ -32,7 +32,7 @@ body,html {
}
.playing {
- transform: scale(1.1);
+ transform: scale(1.2);
border-color: #ffc600;
box-shadow: 0 0 1rem #ffc600;
}
diff --git a/02 - JS and CSS Clock/.vs/02 - JS and CSS Clock/v15/.suo b/02 - JS and CSS Clock/.vs/02 - JS and CSS Clock/v15/.suo
new file mode 100644
index 0000000000..aa9fd4cd47
Binary files /dev/null and b/02 - JS and CSS Clock/.vs/02 - JS and CSS Clock/v15/.suo differ
diff --git a/02 - JS and CSS Clock/.vs/ProjectSettings.json b/02 - JS and CSS Clock/.vs/ProjectSettings.json
new file mode 100644
index 0000000000..f8b4888565
--- /dev/null
+++ b/02 - JS and CSS Clock/.vs/ProjectSettings.json
@@ -0,0 +1,3 @@
+{
+ "CurrentProjectSetting": null
+}
\ No newline at end of file
diff --git a/02 - JS and CSS Clock/.vs/VSWorkspaceState.json b/02 - JS and CSS Clock/.vs/VSWorkspaceState.json
new file mode 100644
index 0000000000..6b6114114f
--- /dev/null
+++ b/02 - JS and CSS Clock/.vs/VSWorkspaceState.json
@@ -0,0 +1,6 @@
+{
+ "ExpandedNodes": [
+ ""
+ ],
+ "PreviewInSolutionExplorer": false
+}
\ No newline at end of file
diff --git a/02 - JS and CSS Clock/.vs/slnx.sqlite b/02 - JS and CSS Clock/.vs/slnx.sqlite
new file mode 100644
index 0000000000..1912dc81a6
Binary files /dev/null and b/02 - JS and CSS Clock/.vs/slnx.sqlite differ
diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html
index ee7eaefb1f..45b123a96f 100644
--- a/02 - JS and CSS Clock/index-START.html
+++ b/02 - JS and CSS Clock/index-START.html
@@ -18,7 +18,7 @@
diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html
index 8a4f0d556e..38f4887836 100644
--- a/03 - CSS Variables/index-START.html
+++ b/03 - CSS Variables/index-START.html
@@ -21,6 +21,22 @@
Update CSS Variables with JS