Skip to content

Commit

Permalink
Update bali.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishPatel1205 authored Nov 1, 2024
1 parent 55442e3 commit a453ef2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bali.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1>Top Hotels in Bali</h1>
<!-- Hotels -->
<div class="container">
<div class="card-container">
<div class="hotel-card">
<div class="hotel-card" id="card-1">
<img
src="https://thehoneydreamers.com/wp-content/uploads/2022/01/IMG_8449-2-819x1024.jpg"
alt="The Mulia, Nusa Dua, Bali"
Expand All @@ -188,7 +188,7 @@ <h2>The Mulia, Nusa Dua, Bali</h2>
<p>Price per night: ₹25,990</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<div class="hotel-card" id="card-2">
<img
src="https://images.pexels.com/photos/3225531/pexels-photo-3225531.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
alt="The Laguna, a Luxury Collection Resort & Spa, Nusa Dua, Bali"
Expand All @@ -198,7 +198,7 @@ <h2>The Laguna</h2>
<p>Price per night: ₹30,990</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<div class="hotel-card" id="card-3">
<img
src="https://www.travoh.com/wp-content/uploads/2021/12/003-The-Ritz-Carlton-Bali-Nusa-Dua-Hotel-Bali-Indonesia-Resort-Overhead-Aerial-View-e1640582829539.jpg"
alt="The Ritz-Carlton, Bali"
Expand All @@ -211,7 +211,7 @@ <h2>The Ritz-Carlton, Bali</h2>
</div>

<div class="card-container">
<div class="hotel-card">
<div class="hotel-card" id="card-4">
<img
src="https://images.pexels.com/photos/19137452/pexels-photo-19137452/free-photo-of-aerial-view-of-four-seasons-resort-bali-at-sayan-in-indonesia.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
alt="Four Seasons Resort Bali at Jimbaran Bay"
Expand All @@ -221,7 +221,7 @@ <h2>Four Seasons Resort Bali</h2>
<p>Price per night: ₹40,990</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<div class="hotel-card" id="card-5">
<img
src="https://d2mo2a5fvrklap.cloudfront.net/app/uploads/sites/3/2024/08/02165721/DPSAS-P0149-Woman-At-Infinity-Pool-900x1125-1.jpg"
alt="Alila Seminyak, Bali"
Expand All @@ -231,7 +231,7 @@ <h2>Alila Seminyak, Bali</h2>
<p>Price per night: ₹28,990</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<div class="hotel-card" id="card-6">
<img
src="https://laurenslighthouse.com/wp-content/uploads/2023/04/R5__0797.jpg"
alt="The Oberoi, Bali"
Expand All @@ -244,7 +244,7 @@ <h2>The Oberoi, Bali</h2>
</div>

<div class="card-container">
<div class="hotel-card">
<div class="hotel-card" id="card-7">
<img
src="https://de87ve0y4m3tc.cloudfront.net/comohotels.com-2459770069/cms/cache/v2/631ebc420ec05.jpg/1512x1512/fit/80/2231c8e87c596e02c97e9d15cfa6a019.jpg"
alt="COMO Uma Ubud, Bali"
Expand All @@ -254,7 +254,7 @@ <h2>COMO Uma Ubud, Bali</h2>
<p>Price per night: ₹22,990</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<div class="hotel-card" id="card-8">
<img
src="https://hautegrandeur.com/hotels/wp-content/uploads/2020/02/The-Griya-Villas-and-Spa-4.jpg"
alt="The Griya Villas and Spa, Bali"
Expand All @@ -264,7 +264,7 @@ <h2>The Griya Villas and Spa</h2>
<p>Price per night: ₹25,990</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<div class="hotel-card" id="card-9">
<img
src="https://www.theanvayabali.com/wp-content/uploads/2023/03/Sands-Deck-1440x960-1.jpg"
alt="The Anvaya Beach Resorts, Bali"
Expand Down

0 comments on commit a453ef2

Please sign in to comment.