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

AJAYYY_SRIVASTAVA #1619

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
<!-- Theme Toggle Icon -->


<img class="nav-link" src="./Images/navbar/moon.png" id="theme-toggle-icon" alt="theme toggler button">
<img class="nav-link" src="./Images/navbar/moon.png" id="theme-toggle-icon" alt="theme toggler button" >

<span class="slider" style="width: 40px; height: 20px; display: none;"></span>

Expand Down Expand Up @@ -950,16 +950,16 @@ <h3>Juices</h3>
</div>
</section>
<br>
<div class = "home-ali">
<div class = "home-ali" style="background: #c95909c9" >

<h1 style="color: #6d1002;">Homemade Food Services</h1>
<h1 style="color: #ffe41a;"> <u><i><strong>Homemade Food Services</strong></i></u></h1>

<div class = "card-home">
<br>
<img src="./Images/a3.png">
<br>
<br>
<button type="button" class="btn btn-primary" onclick="location.href='./Html-files/shray.html'">Order Now</button>
<button type="button" class="btn btn-primary" onclick="location.href='./Html-files/shray.html'" style="background-color: #fcec75fa; color: #6d1002 ; border-radius: 25px;">Order Now</button>

</div>
<br>
Expand All @@ -968,15 +968,15 @@ <h1 style="color: #6d1002;">Homemade Food Services</h1>
<img src="./Images/a1.png">
<br>
<br>
<button type="button" class="btn btn-primary" onclick="location.href='./Html-files/frosa.html'">Order Now</button>
<button type="button" class="btn btn-primary" onclick="location.href='./Html-files/frosa.html'" style="background-color: #fcec75fa; color: #6d1002 ; border-radius: 25px;">Order Now</button>
</div>
<br>
<div class = "card-home">
<br>
<img src="./Images/a2.png">
<br>
<br>
<button type="button" class="btn btn-primary" onclick="location.href='./Html-files/aman.html'">Order Now</button>
<button type="button" class="btn btn-primary" onclick="location.href='./Html-files/aman.html'" style="background-color: #fcec75fa; color: #6d1002 ; border-radius: 25px;">Order Now</button>
</div>

</div>
Expand Down Expand Up @@ -1095,7 +1095,7 @@ <h3 class="overview">Laren Green</h3>
<h1 class="main-faq-head">Frequently Asked Questions !</h1>
<div class="faq-item">
<h2>How do I place an order?</h2>
<p>To place an order, browse our menu, select the items you want, and add them to your cart. Once youre ready, click on the cart icon and proceed to checkout. Follow the instructions to complete your order.
<p>To place an order, browse our menu, select the items you want, and add them to your cart. Once you're ready, click on the cart icon and proceed to checkout. Follow the instructions to complete your order.
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ body {

.menu_items .items {
text-align: center;
max-height: 370px;
background-color: var(--menu-item-background);
max-height: 420px;
background-color: whitesmoke;
border: 3px solid var(--border-color);
font-family: "Bree Serif", serif;
transition: 0.2s all ease-in;
Expand Down
Loading