Skip to content

Commit

Permalink
Merge pull request #776 from shriyadindi/black-dot
Browse files Browse the repository at this point in the history
Resolved the black dot in the navbar in the about us section
  • Loading branch information
ankit071105 authored Oct 29, 2024
2 parents 4c57c86 + 9d46a3f commit 73decd3
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@
}

/* cursor */
.circle {
height: 24px;
width: 24px;
border-radius: 24px;
background-color: black;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 99999999; /* so that it stays on top of all other elements */
}

/* cursor */
</style>
Expand All @@ -45,26 +34,6 @@
<body>

<!-- 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>

<!-- cursor ends -->

Expand All @@ -84,11 +53,6 @@
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>

</nav>



</div>
</nav>
<script>

// cursor
Expand Down

0 comments on commit 73decd3

Please sign in to comment.