diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-25 16:05:12 +0530 |
---|---|---|
committer | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-25 16:05:12 +0530 |
commit | 112d786159e2c015c4ea2cb7cb962726952255a1 (patch) | |
tree | 416c30df7e392d0505f33c3b3c4bbd96f4ca513e /client | |
parent | bf896ba45a22227a545d0bf7f034d22cb4778f1e (diff) |
Change background
Diffstat (limited to 'client')
-rw-r--r-- | client/public/assets/images/tri.jpg | bin | 0 -> 1457128 bytes | |||
-rw-r--r-- | client/src/index.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/client/public/assets/images/tri.jpg b/client/public/assets/images/tri.jpg Binary files differnew file mode 100644 index 0000000..7455c9f --- /dev/null +++ b/client/public/assets/images/tri.jpg 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; |