Skip to content

Commit

Permalink
Merge pull request #768 from AshitaBidkar/main
Browse files Browse the repository at this point in the history
Task done: Hover effect added to Email and Contact.
  • Loading branch information
aniketsinha2002 authored Dec 22, 2023
2 parents 8619096 + 761d2bf commit 3359deb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,14 +593,11 @@ <h4>Primacy</h4>
<div class="footer__4">
<h4>Contact Us</h4>
<div>
<p>
<a href="tel:+91 0000000000" style="color: white">+91 0000000000</a>

<a href="tel:+91 0000000000" style="color: white">+91 0000000000</a>
</p>
<p>
<a href="mailto:abc@gmail.com" style="color: white">abc@gmail.com</a>
</p>
<ul class="privacy">
<li><a href="tel:+91 0000000000">+91 0000000000</a></li>
<li><a href="tel:+91 0000000000">+91 0000000000</a></li>
<li><a href="mailto:abc@gmail.com">abc@gmail.com</a></li>
</ul>
</div>

<ul class="footer__socials">
Expand Down

0 comments on commit 3359deb

Please sign in to comment.