Skip to content

Commit

Permalink
style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KRISHkg31 authored Nov 10, 2024
1 parent 01043ed commit 5ef574a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -850,15 +850,14 @@ html {
background-color: #000000;
color: rgb(255, 255, 255);
top: 3658px;
padding: 10px 10px;
border-radius: 18px;
padding: 10px 20px;
border-radius: 19px;
display: inline-flex;
align-items: center;
font-family: Arial, sans-serif;
margin-left: 0px;
z-index: 20;
z-index: 10; /* Ensure it stays on top of the border */
}


.visitor-counter .icon {
margin-right: 10px;
Expand Down

0 comments on commit 5ef574a

Please sign in to comment.