Skip to content

Commit

Permalink
Merge pull request #1611 from sau-mili/NEW
Browse files Browse the repository at this point in the history
Service section fixed
  • Loading branch information
sunny0625 authored Aug 11, 2024
2 parents 61efb50 + 42f4367 commit e5ddf76
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@
}
}

.typing-effect {
display: inline-block;
white-space: nowrap;
overflow: hidden;
}
.highlight-text{
color:#D0EEB0;
}

.service-icon{
height:15% !important;
width: 15% !important;
opacity: 1 !important;
}
#preloader {
position: fixed;
top: 0;
Expand Down Expand Up @@ -870,7 +884,7 @@ <h1>
<img src="./icons/motorbike.png" alt="" class="service-icon">
<h1>Online <br>Delivery</h1>
<a href="/Html-files/add-address.html" class="btn btn-outline-light border border-light">Order Online</a>

</div>
<div class="box my-auto col-md-4 col-xl-3" data-aos="zoom-out-left" data-aos-duration="1000"
data-aos-offset="170" data-aos-easing="ease-in-out">
<img src="./icons/take-away.png" alt="" class="service-icon">
Expand Down

0 comments on commit e5ddf76

Please sign in to comment.