From 8abc43c0cac9a7fe744763609fc124c1d7019665 Mon Sep 17 00:00:00 2001 From: Codersweta Date: Sat, 26 Oct 2024 07:38:11 +0530 Subject: [PATCH] main page --- index.html | 10 ++++++++++ signup.css | 6 +++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d748ca5e..6f85999a 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,10 @@ bottom: 20px; /* Adjust as needed */ right: 20px; /* Adjust as needed */ z-index: 1000; /* Ensure it appears above other elements */ + } + + /* Chatbot Button */ .chatbot-button { @@ -281,6 +284,7 @@ background-color: #fff; padding: 20px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); + border-radius: 2px; } .nav-links1.active { @@ -290,6 +294,7 @@ .dropdown { position: relative; margin-left: 200px; + } } @@ -304,7 +309,12 @@ .dropdown { position: relative; margin-left: 60px; + } + ul.dropdown-menu{ + border-radius: 2px; + } + .theme-switch-wrapper { margin-right: -80px; } diff --git a/signup.css b/signup.css index 0a6619a6..24241a2e 100644 --- a/signup.css +++ b/signup.css @@ -11,7 +11,11 @@ main{ display: flex; justify-content: center; align-items: center; - min-height: 100%; + max-height: 900px; + overflow-y: auto; +} +header div h2 a.home-link{ + text-align: center; } .box-login{