summaryrefslogtreecommitdiff
path: root/client/src/index.css
diff options
context:
space:
mode:
authorRohan Raj Gupta <[email protected]>2022-08-16 23:57:25 +0530
committerGitHub <[email protected]>2022-08-16 23:57:25 +0530
commit90324f212b14b98096d10dfee8ea64eb0ef4bab6 (patch)
treeb54352023d452ee022e9aa8a6ee8cd8e35bda30d /client/src/index.css
parent1c9a3d21cc3479d299181d98fb895614e0aaf649 (diff)
parentfb949f226509aaa3bbf566d4eeaaf04bbdada5ce (diff)
Merge pull request #5 from Blaster4385/develop
Mega random super bullshit
Diffstat (limited to 'client/src/index.css')
-rw-r--r--client/src/index.css5
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 {