diff options
Diffstat (limited to 'css/voidnet.css')
-rw-r--r-- | css/voidnet.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/css/voidnet.css b/css/voidnet.css index 3da3bcd..b4b7b1d 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -6,11 +6,18 @@ body{ font-family: "FreeMono"; background-image: linear-gradient(45deg, #000000, #222222); - background-size: cover; + background-size: 100% 100%; background-attachment: fixed; - background-repeat: none; + background-repeat: no-repeat; + background-position: center; + width: 100%; height: 100%; min-height: 100%; + min-width: 100%; + top: 0px; + left: 0px; + bottom: 0px; + margin: 0px; } .page_header_background{ |