Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhajit-2023-44 committed Oct 25, 2024
1 parent 98b5d09 commit 7271cb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2879,6 +2879,12 @@ <h4 class="title custom-margin">Contact Us</h4>

<script src="visi.js"></script>
<script src="../assets/js/index.js"></script>

<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>


</body>

</html>
12 changes: 6 additions & 6 deletions visi.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.visitor-counter {
position: fixed;
top: 570px;
left: 10px;
background-color: rgba(255, 255, 255, 0.8); /* Slightly opaque background for better visibility */
height: 100px;
width: 100px;
position: fixed;
top: 580px;
left: 21px;
background-color: rgba(255, 255, 255, 0.8);
height: 70px;
width: 120px;
color: #333; /* Darker text for better contrast */
font-weight: 700;
font-size: 18px;
Expand Down

0 comments on commit 7271cb0

Please sign in to comment.