From 1565c4be14de2f6d363ad5813069999ad485bed0 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Mon, 27 Apr 2015 21:34:14 -0400 Subject: [PATCH] Updated how the dice are shown--they're now shown one die at a time, and then the entire row fades out. --- dice.css | 2 +- index.html | 14 +++++++------- main.js | 44 +++++++++++++++++++++++++++++++++++--------- 3 files changed, 43 insertions(+), 17 deletions(-) diff --git a/dice.css b/dice.css index f779c36..da0aec9 100644 --- a/dice.css +++ b/dice.css @@ -1,5 +1,5 @@ -.side { +.die { width: 100px; height: 100px; background: #ff2222; diff --git a/index.html b/index.html index 63ffba9..341f42f 100644 --- a/index.html +++ b/index.html @@ -41,29 +41,29 @@