Skip to content

Commit

Permalink
destinations ui enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
Archiesachin committed Jun 27, 2024
1 parent 4503b42 commit ecf4012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ <h3>PARIS</h3>
url('./img/london.jpg')
">
<div class="info">
<img src="./img/london.jpg" alt="Giant Wheel" style="width:100%">

<p>||Giant Wheel||</p>
<h3>LONDON</h3>
</div>
Expand All @@ -501,7 +501,7 @@ <h3>LONDON</h3>
url('./img/goa.jpg')
">
<div class="info">
<img src="./img/goa.jpg" alt="Goa Beach" style="width:100%">

<p>||Goa Beach||</p>
<h3>GOA</h3>
</div>
Expand All @@ -512,7 +512,7 @@ <h3>GOA</h3>
url('./img/maldives.jpg')
">
<div class="info">
<img src="./img/maldives.jpg" alt="Male Beach" style="width:100%">

<p>||Male Beach||</p>
<h3>MALDIVES</h3>
</div>
Expand Down

0 comments on commit ecf4012

Please sign in to comment.