Skip to content

Commit

Permalink
Merge pull request #3333 from Arghya-Chakraborty0812/hover/footer
Browse files Browse the repository at this point in the history
Fixes:#3332:BUG:In the footer section Copyright Policy,Vision,Privacy Policy links were not hovering
  • Loading branch information
sailaja-adapa authored Oct 13, 2024
2 parents 4ed3edd + 6512d4c commit 2e3b0e9
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5708,15 +5708,25 @@ <h1>Subscribe to Our Newsletter</h1>
<script>document.write(new Date().getFullYear())</script> All Rights Reserved. Made with ❤ by Guardian Hackers.
</p>
<div class="row-copy">



<a href="copyrightpolicy.html" id="copyrightPolicyLink">Copyright Policy</a> |
<a href="privacynotice.html" id="privacyNoticeLink">Privacy Notice</a> |

<a href="our-vision.html">Our Vision</a></li>
<a href="our-vision.html" id="ourvisionlink">Our Vision</a></li>

</div>
</div>

<style>
#copyrightPolicyLink:hover{
color: rgb(126, 0, 21);
}
#privacyNoticeLink:hover{
color: rgb(126, 0, 21);
}
#ourvisionlink:hover{
color: rgb(126, 0, 21);
}
</style>
<!-- Copyright Policy Modal -->
<!-- <div id="copyrightPolicyModal" class="modal">
<div class="modal-content">
Expand Down

0 comments on commit 2e3b0e9

Please sign in to comment.