X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/d557e7dc63f31c671bfcbf8f5c6c78ebc101bce8..6505b28797a88f92b32823b357ce4d137ff07cab:/www/ouya-discover.css diff --git a/www/ouya-discover.css b/www/ouya-discover.css index 3624e40..baf3104 100644 --- a/www/ouya-discover.css +++ b/www/ouya-discover.css @@ -1,5 +1,12 @@ +html { + height: 100%; +} body { + min-height: 100%; background-color: #333; + background-image: url("bg.jpg"); + background-size: cover; + background-attachment: fixed; color: #CCC; font-family: sans; margin: 0;