From bd0e5bcb91be73021681612a3a89833994d40e68 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 27 Dec 2024 13:53:39 +0100 Subject: [PATCH] signup bg added --- src/App.css | 6 ++++++ src/component/auth/Signup2.jsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index b4cb2f7..79280ae 100644 --- a/src/App.css +++ b/src/App.css @@ -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; } \ No newline at end of file diff --git a/src/component/auth/Signup2.jsx b/src/component/auth/Signup2.jsx index 7699f34..6aa786b 100644 --- a/src/component/auth/Signup2.jsx +++ b/src/component/auth/Signup2.jsx @@ -147,7 +147,7 @@ export default function Signup2() { -
+
{/* */} -- 2.34.1