Skip to content

Commit

Permalink
Update womens.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejashri-Taral committed Nov 1, 2024
1 parent 616c4e8 commit 2a33401
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions womens.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@



</style>

/* Scroll Progress Bar*/
</style>
<style>
#progress-container {
position: fixed ;
top: 1px;
Expand All @@ -93,22 +92,7 @@
z-index: 99990;
/* background: #f3f3f3; */
}

#progress-bar {
position: fixed;
top: 0.3px;
left: 0;
width: 0%;
height: 6px;
width: 0;
background: linear-gradient(90deg, rgba(27, 27, 27, 0.762) 0%, rgb(61, 61, 61) 50%, rgba(38, 38, 38, 0.679) 100%);
box-shadow: 0 0 4px rgba(255, 244, 221, 0.7), 0 0 10px rgba(255, 255, 255, 0.496);
transition: width 0.09s ease-in-out;
/* border-radius: 10px; */
}


</style>
</style>



Expand Down

0 comments on commit 2a33401

Please sign in to comment.