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

Fixed spelling mistake on image cards #1543

Merged
merged 3 commits into from
Aug 5, 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
24 changes: 15 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<link rel="stylesheet" href="Css-files/scroll-top-button.css">
<link rel="stylesheet" href="Css-files/navbar.css">
<link rel="stylesheet" href="Css-files/footer.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="Css-files/googletranslate.css">
<style>
Expand Down Expand Up @@ -466,12 +466,18 @@ <h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-off
.card-1>.content>p {
margin-bottom: .7rem;
}

.card-text{
color:black;
}

.card-1:hover>.content {
top: 260px;
backdrop-filter: blur(4px);
}

.card-title{
color:#f0f0f0;
}
.btn {
border: none;
padding: .7em 1.8em;
Expand All @@ -495,31 +501,31 @@ <h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-off


<div class="card-1" style="background-image: url(https://shahidining.com.au/wp-content/uploads/2020/05/secret-to-indian-flavour-1536x864.jpg);">
<h2 class="card-title">Authentic Indian Flavors</h2>
<h2 class="card-title" style="color: rgba(255, 255, 255, 1.0);">Authentic Indian Flavors</h2>
<div class="content">

<p class="card-text">From aromatic curries to flavorful biryanis, our menu showcases the diversity and deliciousness of Indian cuisine.</p>
<button class="btn btn-card">Lean More</button>
<button class="btn btn-card">Learn More</button>
</div>
</div>


<div class="card-1" style="background-image: url(https://saavi.com.au/wp-content/uploads/2016/02/image0023-1.jpg);">
<h2 class="card-title">Tech-Infused Dining Experience</h2>
<h2 class="card-title" style="color: rgba(255, 255, 255, 1.0);">Tech-Infused Dining Experience</h2>
<div class="content">

<p class="card-text">Customers can use apps to place orders, customize their dishes, and even provide feedback, making their visit more convenient and interactive.
</p>
<button class="btn btn-card">Lean More</button>
<button class="btn btn-card">Learn More</button>
</div>
</div>

<div class="card-1" style="background-image: url(https://i.ndtvimg.com/i/2015-06/fusion-food_625x350_81434107799.jpg);">
<h2 class="card-title">Innovative Fusion Dishes</h2>
<h2 class="card-title" style="color: rgba(255, 255, 255, 1.0);">Innovative Fusion Dishes</h2>
<div class="content">

<p class="card-text">The combinations of Indian and international cuisines not only tantalize taste buds but also provide unique experience.</p>
<button class="btn btn-card">Lean More</button>
<button class="btn btn-card">Learn More</button>
</div>
</div>

Expand Down Expand Up @@ -1101,4 +1107,4 @@ <h4>Follow Us</h4>

</body>

</html>
</html>
Loading