diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
deleted file mode 100644
index 4070d32767..0000000000
--- a/01 - JavaScript Drum Kit/index-START.html
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
- JS Drum Kit
-
-
-
-
-
-
-
- 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/index-FINISHED.html b/01 - JavaScript Drum Kit/index.html
similarity index 71%
rename from 01 - JavaScript Drum Kit/index-FINISHED.html
rename to 01 - JavaScript Drum Kit/index.html
index 1a16d0997c..9aaba63c8f 100644
--- a/01 - JavaScript Drum Kit/index-FINISHED.html
+++ b/01 - JavaScript Drum Kit/index.html
@@ -57,25 +57,28 @@
-
diff --git a/01 - JavaScript Drum Kit/style.css b/01 - JavaScript Drum Kit/style.css
index 075578c930..f783be532e 100644
--- a/01 - JavaScript Drum Kit/style.css
+++ b/01 - JavaScript Drum Kit/style.css
@@ -24,6 +24,7 @@ body,html {
font-size: 1.5rem;
padding: 1rem .5rem;
transition: all .07s ease;
+
width: 10rem;
text-align: center;
color: white;
diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html
deleted file mode 100644
index ee7eaefb1f..0000000000
--- a/02 - JS and CSS Clock/index-START.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- JS + CSS Clock
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/02 - JS and CSS Clock/index-FINISHED.html b/02 - JS and CSS Clock/index.html
similarity index 59%
rename from 02 - JS and CSS Clock/index-FINISHED.html
rename to 02 - JS and CSS Clock/index.html
index 37436ed1ca..4ee0c736db 100644
--- a/02 - JS and CSS Clock/index-FINISHED.html
+++ b/02 - JS and CSS Clock/index.html
@@ -62,38 +62,41 @@
background:black;
position: absolute;
top:50%;
+ right: 50%;
+ transition: all 0.05s cubic-bezier(0.02, 2.56, 0.56, 1);
transform-origin: 100%;
transform: rotate(90deg);
- transition: all 0.05s;
- transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}
-
-
+