Skip to content

Commit

Permalink
changed font style in footer
Browse files Browse the repository at this point in the history
Issue resolved: #744
  • Loading branch information
Kajalmehta29 committed Nov 9, 2024
1 parent 07b1b14 commit 60c7301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ <h1>Contact Us</h1>

<div class="visitor-counter">
<span class="icon">👁️</span> <!-- You can replace this with an eye icon image if you prefer -->
<span id="visitorCount">Visitors Count:</span>
<span id="visitorCount">Visitors Count : </span>
<span class="website-counter">0</span>
</div>
<script>
Expand Down Expand Up @@ -658,7 +658,7 @@ <h1>Subscribe to Newsletter</h1>
</footer>

<div class="footer-copyright">
<div id="copyright">&copy; <span id="year"></span> TrendTrove. All Rights Reserved.</div>
<div style="color: rgba(0, 0, 164, 0.663);" id="copyright">&copy; <span id="year"></span> TrendTrove. All Rights Reserved.</div>
</div>

<script>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ html {
width: 100%;
padding: 40px 100px;
background-color: #f6f5fa;
font-family: "futura";
font-family: Verdana, Geneva, Tahoma, sans-serif;
display: flex;
justify-content: space-between;
color: #1d1d1d;
Expand Down Expand Up @@ -849,7 +849,7 @@ html {
position: absolute;
background-color: #000000;
color: rgb(255, 255, 255);
top: 3618px;
top: 3650px;
padding: 10px 20px;
border-radius: 19px;
display: inline-flex;
Expand Down

0 comments on commit 60c7301

Please sign in to comment.