From 551c02e20116a27ab1ed75313f47132815d0438c Mon Sep 17 00:00:00 2001 From: Shalini Date: Tue, 22 Oct 2024 19:44:43 +0530 Subject: [PATCH] added chat box --- frontend/index.html | 17 ++++++++++++++++- frontend/style.css | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 780c9c4..4578eaf 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -204,5 +204,20 @@

Contact Us

window.scrollTo({ top: 0, behavior: 'smooth' }); // Scroll to top with smooth animation }); - + + + + \ No newline at end of file diff --git a/frontend/style.css b/frontend/style.css index 53580aa..757f37b 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -455,7 +455,7 @@ nav ul li a:hover { .to_top{ bottom:10px; - right: 10px; + right: 70px; position: fixed; }