From 7f6865e9e300fd2151377127972ee5af4328a417 Mon Sep 17 00:00:00 2001 From: J V Kousthub Date: Mon, 7 Oct 2024 17:32:09 +0530 Subject: [PATCH 1/2] Made Book Now buttons appealing --- index.html | 6 +++--- style.css | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bf62152a..470c2a2e 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@

Connect, Explore, and Discover Together.
BuddyTrail: Your Journey Begins with the Perfect Travel Companion.

- +
@@ -384,7 +384,7 @@

Romantic Getaway

required />

- +
diff --git a/style.css b/style.css index 4ff7a96e..b1cdbeb6 100644 --- a/style.css +++ b/style.css @@ -132,6 +132,13 @@ nav ul { font-weight: 400; } +.bluebtn:hover { + background: #007bff; + color: white; + font-weight:500; + z-index: 1; +} + .hero { min-height: 90vh; background: linear-gradient(rgba(0, 0, 0, 0.8), transparent), From bebd77590c613085572d4b83f684b6c5fac9ecb9 Mon Sep 17 00:00:00 2001 From: J V Kousthub Date: Mon, 7 Oct 2024 17:41:28 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 77da9376..16701455 100644 --- a/style.css +++ b/style.css @@ -73,8 +73,9 @@ button { transition: background 0.6s ease-in-out; } #btn:hover{ - background-color: rgb(1, 20, 27); + background-color: #007bff; box-shadow: 0 0 10px lightblue, 0 0 20px lightblue; + font-weight: 500; } /**** MAIN PAGE ****/