Skip to content

Commit

Permalink
ajay_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayfounds committed Aug 10, 2024
1 parent 1396e7e commit 3ad2cf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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

0 comments on commit 3ad2cf2

Please sign in to comment.