summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>2022-08-25 16:06:55 +0530
committerGitHub <noreply@github.com>2022-08-25 16:06:55 +0530
commit35176b53a88ef17a1035851aa5ce0a23d7e744f6 (patch)
tree416c30df7e392d0505f33c3b3c4bbd96f4ca513e
parent5528dedabce9614c7ff6b5ddd95abb4849a1ed2a (diff)
parent112d786159e2c015c4ea2cb7cb962726952255a1 (diff)
Merge pull request #16 from Blaster4385/develop
Change background
-rw-r--r--client/public/assets/images/tri.jpgbin0 -> 1457128 bytes
-rw-r--r--client/src/index.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/client/public/assets/images/tri.jpg b/client/public/assets/images/tri.jpg
new file mode 100644
index 0000000..7455c9f
--- /dev/null
+++ b/client/public/assets/images/tri.jpg
Binary files differ
diff --git a/client/src/index.css b/client/src/index.css
index 27bb2c9..77b8619 100644
--- a/client/src/index.css
+++ b/client/src/index.css
@@ -12,7 +12,7 @@ body {
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%;
- background: url('../public/assets/images/background.png') no-repeat center center fixed;
+ background: url('../public/assets/images/tri.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;