From 60005dcf9f41ba195b125ff7c6ed1d9479d0b9c3 Mon Sep 17 00:00:00 2001 From: 4F24L Date: Thu, 10 Oct 2024 00:10:43 +0530 Subject: [PATCH 1/3] home link 404 solved & dark button style added --- index.html | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3bb77cf..1d402a9 100644 --- a/index.html +++ b/index.html @@ -445,6 +445,19 @@ #backToTopBtn:hover { background-color: #c91515; } + + .light-dark-btn{ + /* border: 1px solid black; */ + display: flex; + justify-content: center; + align-items: center; + padding:10px 13px; + border-radius: 50%; + margin-left: 5px; + + box-shadow: 0 0 5px rgb(0, 0, 0); + font-size: 1.1rem; + } @@ -463,7 +476,7 @@
- @@ -570,7 +583,13 @@

Contact Us

-
+

Quick Links

  • About Us
  • @@ -584,7 +603,10 @@

    Quick Links<

-
+

Contact Info

123 Emergency Lane, Mumbai, India

emergency@ambulanceservice.in

From f2fc88367b484cc71652a41e2c614d3fd22d63dd Mon Sep 17 00:00:00 2001 From: 4F24L Date: Thu, 10 Oct 2024 00:18:45 +0530 Subject: [PATCH 2/3] home link 404 solved & dark button style added --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1d402a9..4f7288b 100644 --- a/index.html +++ b/index.html @@ -458,6 +458,10 @@ box-shadow: 0 0 5px rgb(0, 0, 0); font-size: 1.1rem; } + + #logo img:hover{ + background-color: #c4d7ff; + } @@ -467,7 +471,7 @@
-