diff --git a/index.html b/index.html index 497ccb99..75bb6b1b 100644 --- a/index.html +++ b/index.html @@ -5,21 +5,31 @@ + content="BuddyTrail is a travel agency website that helps you pick out your holiday vacation" + /> + rel="stylesheet" + /> - + BuddyTrail - +
@@ -261,73 +271,125 @@

Romantic Getaway

+ -
-

+
+

Book a Cab or Auto

-

+

Book a cab or auto with ease

-
- -

- - -

- - -

- - -

- - -

- - +
+ +

+
+
+ +

+
+
+ +

+
+ +
+ +

+
+ +
+ +

+
+
@@ -386,7 +448,8 @@

Explore Popular Destinations

+ defer + >
@@ -416,8 +479,8 @@

User Reviews and Ratings

and help fellow travelers make informed decisions.

-
-

Leave a Review

+
+

Leave a Review

@@ -441,7 +504,8 @@

Leave a Review

id="complaint" name="complaint" rows="3" - placeholder="Describe any issue with the staff here. Please explain every single detail ex:location,name of the person"> + placeholder="Describe any issue with the staff here. Please explain every single detail ex:location,name of the person" + >
@@ -529,7 +593,8 @@

Exclusive Deals and Offers!

out on our limited-time discounts. Plan your trip now!

diff --git a/style.css b/style.css index a165a08f..96e82d8d 100644 --- a/style.css +++ b/style.css @@ -684,6 +684,17 @@ body.dark-mode { border-color: black; /* Dark border in dark mode */ } +.cab-booking-section input, .cab-booking-section select { + width: 100%; + font-weight: 600; + padding: 20px; + height: 20px; + font-size: 15px; + margin-bottom: 15px; + border: 1px solid #ccc; + border-radius: 5px; +} + .review-item h3 { margin: 0 0 10px; font-size: 1.2em;