From e5db566d14479debfcd8f89fde71016951217c32 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Wed, 7 Aug 2024 15:37:14 +0530 Subject: [PATCH] Update Signup.css --- src/Components/Signup/Signup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Signup/Signup.css b/src/Components/Signup/Signup.css index 572be83..b51d07b 100644 --- a/src/Components/Signup/Signup.css +++ b/src/Components/Signup/Signup.css @@ -9,7 +9,7 @@ /* Space above and below the form */ box-sizing: border-box; /* Include padding in element's total width/height */ - background-color: #f0f0f0; + /* Optional: Background color to visualize the container */ }