From 6f48b455c6a095fd59543945ed67dfc0e40502a0 Mon Sep 17 00:00:00 2001 From: Tom Ta Date: Sun, 11 Dec 2016 23:51:27 +0700 Subject: [PATCH] Done first 3 days challenges --- 01 - JavaScript Drum Kit/index-START.html | 17 +++++++++++++++ 02 - JS + CSS Clock/index-START.html | 23 ++++++++++++++++++++ 03 - CSS Variables/index-START.html | 26 ++++++++++++++++++++--- 3 files changed, 63 insertions(+), 3 deletions(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..b5cb927766 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,24 @@ diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..ad95f197dd 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,13 +61,36 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s; + transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1); } diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index bf0f33e3ba..5bcbdbfe54 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -21,10 +21,21 @@

Update CSS Variables with JS