signup bg added

This commit was merged in pull request #8.
This commit is contained in:
victorAnumudu
2024-12-27 13:53:39 +01:00
parent 714221fa3c
commit bd0e5bcb91
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -2,4 +2,10 @@
background-image: url('./assets/bg/bg_1.jpg') !important;
background-size: cover;
background-repeat: no-repeat;
}
.signup-bg {
background-image: url('./assets/bg/signup_bg.jpg') !important;
background-size: 100%;
background-repeat: no-repeat;
}