diff options
author | Blaster4385 <[email protected]> | 2022-08-16 16:35:00 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-17 16:38:54 +0530 |
commit | a6489c671275fc9bf21ec6bdd7db4cb47da86f2c (patch) | |
tree | db1e71104554c70a28ddd6dcb432716022599167 /client/src/index.css | |
parent | 3e7f5cbd876b29c92fc1cda58aa54a9c591ef026 (diff) |
Mega random super bullshit
Diffstat (limited to 'client/src/index.css')
-rw-r--r-- | client/src/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/index.css b/client/src/index.css index 89ba707..27bb2c9 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -12,6 +12,11 @@ body { -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; + background: url('../public/assets/images/background.png') no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; } code { |