Skip to content

Commit

Permalink
Merge pull request #1746 from KrishChothani/cks-dev-8
Browse files Browse the repository at this point in the history
Missing border in  "Our Servise and Boock cab or Not"
  • Loading branch information
PriyaGhosal authored Oct 30, 2024
2 parents bb106b2 + 41061aa commit 20cd922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,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 @@ -1166,7 +1166,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 @@ -1249,7 +1249,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 @@ -1529,7 +1529,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

0 comments on commit 20cd922

Please sign in to comment.