Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing border in "Our Servise and Boock cab or Not" #1746

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ <h1>Ready for Your Next Adventure?</h1>
mainHead.classList.remove("shadow");
}
});
})

</script>

Expand Down Expand Up @@ -1073,7 +1074,7 @@ <h3>Wildlife Safari in Kenya</h3>
</script>

<!-- travel itineraries -->
<section id="itineraries" class="itineraries-section" style="height: 100%;">
<section id="itineraries" class="itineraries-section" style="height: 100%;border: 2px solid #FFFFFF;" >
<h2 id="h1darkbtn">TRAVEL ITINERARIES</h2>

<p id="darkbtn">
Expand Down Expand Up @@ -1136,7 +1137,7 @@ <h3>Romantic Getaway</h3>
}
</style>
<!-- Our Services Section -->
<section class="services" id="services">
<section class="services" id="services" style="border: 2px solid #FFFFFF;">
<h2>Our Services</h2>
<p>Travel smarter with our curated services designed to make your trips effortless and enjoyable.</p>

Expand Down Expand Up @@ -1219,7 +1220,7 @@ <h2>Our Services</h2>
</script>
<!-- Cab or Auto Booking -->
<img style="position: absolute;height: 450px;left: 1250px;z-index:10;top: 4200px;mix-blend-mode: multiply;" src="img/BOOK-img.avif" alt="image">
<section id="cab-booking" class="cab-booking-section light-mode">
<section id="cab-booking" class="cab-booking-section light-mode" style="border: 2px solid #FFFFFF;">
<div class="booking-container">
<h1 style="color: white; font-size: xx-large;">Book a Cab or Auto</h1>
<form action="/book-cab" method="POST">
Expand Down Expand Up @@ -1499,7 +1500,7 @@ <h1 style="color: white; font-size: xx-large;">Book a Cab or Auto</h1>


<!-- recommendations -->
<section id="recommendations" class="recommendations-section">
<section id="recommendations" class="recommendations-section" style="margin-top: 20px;">
<h2 id="h1darkbtn">Personalized Recommendations</h2>
<p style="font-size: 20px;">
We’ve picked these destinations, hotels, and activities just for you,
Expand Down
Loading