diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-completed.html similarity index 72% rename from 01 - JavaScript Drum Kit/index-START.html rename to 01 - JavaScript Drum Kit/index-completed.html index 4070d32767..28c18b014d 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-completed.html @@ -58,6 +58,27 @@ diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-complete.html similarity index 54% rename from 02 - JS + CSS Clock/index-START.html rename to 02 - JS + CSS Clock/index-complete.html index 2712384201..41e80f64d2 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-complete.html @@ -56,17 +56,45 @@ } .hand { - width:50%; - height:6px; - background:black; + width: 50%; + height: 6px; + background: black; position: absolute; - top:50%; + top: 50%; + transform-origin: 100%; + transform: rotate(90deg) + transition: all 0.05s; + transition-timing-function: cubic-bezier(0.3, 1.84, 0.52, 0.57) } - diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-complete.html similarity index 64% rename from 03 - CSS Variables/index-START.html rename to 03 - CSS Variables/index-complete.html index bf0f33e3ba..5f4c12e08b 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-complete.html @@ -21,7 +21,21 @@

Update CSS Variables with JS