From 112d786159e2c015c4ea2cb7cb962726952255a1 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Thu, 25 Aug 2022 16:05:12 +0530 Subject: Change background --- client/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/index.css') 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; -- cgit v1.2.3-73-gaa49b