Skip to content

Commit

Permalink
Merge pull request #817 from NITHISHKUMAR0107-M/patch-8
Browse files Browse the repository at this point in the history
 index.html
  • Loading branch information
Ayushparikh-code authored Oct 27, 2024
2 parents 47f733d + dd86459 commit 1a0a71d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tourist website template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wonderland Travel Club</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>

<body>
Expand Down Expand Up @@ -37,7 +38,6 @@ <h3 class="navbar-brand">Wonderland Travel Club</h3>

<header id="intro">
<div class="overlay"></div>
<img src="https://images.unsplash.com/photo-1624871084076-e342812e275c?ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyfHx8ZW58MHx8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Travel Image">
<div class="container h-100">
<div class="d-flex h-100 align-items-center justify-content-center">
<div class="w-100 text-white text-center">
Expand Down Expand Up @@ -307,4 +307,3 @@ <h3 class="my-3 mx-3 py-3 text-white mb-4">Payment Options</h3>
</body>

</html>

0 comments on commit 1a0a71d

Please sign in to comment.