From 1a0e8f9503a6b943ad884c917183894de213d968 Mon Sep 17 00:00:00 2001 From: Felipe Milani Date: Tue, 20 Dec 2016 21:47:13 -0200 Subject: [PATCH 1/2] Finish day :one: exercise Signed-off-by: Felipe Milani --- 01 - JavaScript Drum Kit/index-START.html | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..3a057cabf8 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,6 +59,38 @@ From 92c9f461942fdbf6f5db28d5b0c543239dee42c9 Mon Sep 17 00:00:00 2001 From: Felipe Milani Date: Tue, 20 Dec 2016 22:14:28 -0200 Subject: [PATCH 2/2] Finish day :two: exercise Signed-off-by: Felipe Milani --- 02 - JS + CSS Clock/index-START.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..c34a2cf38e 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,39 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all .05s; + transition-timing-function: cubic-bezier(0.69, 3.32, 0.58, 1); }