diff options
| author | Steven Thomas <[email protected]> | 2014-03-20 14:16:50 -0700 |
|---|---|---|
| committer | Steven Thomas <[email protected]> | 2014-03-20 14:16:50 -0700 |
| commit | 8c81bfbcdf3451ae634927a1270c40941ba02d5e (patch) | |
| tree | d094af77cc9a17bbfaa7ac0d68040f5d4c91a7a7 /css/style.css | |
| parent | 6e28e7607bd492c960f40260d1de64e26652e2ba (diff) | |
| download | word-search-game-8c81bfbcdf3451ae634927a1270c40941ba02d5e.tar.gz word-search-game-8c81bfbcdf3451ae634927a1270c40941ba02d5e.zip | |
Added very simple solved word tracker and Game Over overlay.
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
