From c284d9f7a3d15920219e4118ebb1a35ce2b86b38 Mon Sep 17 00:00:00 2001 From: Gilbert Bagaoisan Date: Mon, 26 Dec 2016 11:40:59 -0800 Subject: [PATCH] day 2 --- 01 - JavaScript Drum Kit/index-START.html | 22 +++++++++++++++++++++ 02 - JS + CSS Clock/index-START.html | 24 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..2bcefc579f 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,6 +59,28 @@ diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..1c36f11c3b 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,36 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s; + transition-timing-function: cubic-bezier(0, 2.63, 0.58, 1); }