Skip to content

Commit

Permalink
Merge pull request #1037 from akash70629/booking
Browse files Browse the repository at this point in the history
🛠️FIX : Missing mouse animation added
  • Loading branch information
ankit071105 authored Nov 9, 2024
2 parents b5f23fa + 692c2e8 commit a79c9ff
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="why-us.css">
<script src="chatbot.js"></script>
<style>
.nav-container{
</head>
<style>
.nav-container{
display: flex;
}

/* cursor */

/* cursor */
</style>
</head>
<style>
/* code for chatbot button */
#chatbotBtn {
position: fixed;
Expand Down Expand Up @@ -208,7 +203,27 @@
<button class="chatbot-button" id="chatbot-button"><i class="fa-brands fa-telegram"></i></button>
</div>
<!-- cursor -->

<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- cursor ends -->


Expand Down

0 comments on commit a79c9ff

Please sign in to comment.