body bg added

This commit is contained in:
VividTruthKeeper 2022-06-23 15:12:42 +05:00
parent 4646e3d6ab
commit 43eba72778
2 changed files with 6 additions and 0 deletions

BIN
src/images/body-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View File

@ -13,3 +13,9 @@
.inner-body {
min-height: 68vh;
}
body {
background: url(../images/body-bg.jpg) repeat center;
background-size: cover;
background-clip: border-box;
}