From 8c81bfbcdf3451ae634927a1270c40941ba02d5e Mon Sep 17 00:00:00 2001 From: Steven Thomas Date: Thu, 20 Mar 2014 14:16:50 -0700 Subject: Added very simple solved word tracker and Game Over overlay. --- css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index f68994c..6c4a5ef 100644 --- a/css/style.css +++ b/css/style.css @@ -32,6 +32,7 @@ body { margin: 0 auto; padding: 40px 0; text-align: center; + position:relative; } .logo, #gameArea { -- cgit v1.2.3