diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-06-08 19:15:39 +0300 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-06-08 19:15:39 +0300 |
commit | 1bd5c06aa023636e70843756fe2aa70e32c0541e (patch) | |
tree | 9fce50e570d1a960b91c37261610097dd76bd5cc /css/voidnet.css | |
parent | 8dcb875f03749568558167c194f947635e6b6f9a (diff) | |
download | VoidNet_New-1bd5c06aa023636e70843756fe2aa70e32c0541e.tar.gz VoidNet_New-1bd5c06aa023636e70843756fe2aa70e32c0541e.tar.zst |
Background fixes
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{ |