Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal649 committed Oct 8, 2024
2 parents 9f8f022 + aa29ec8 commit d4062cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,17 @@
<h1>Contact Us</h1>
<div class="contact-info">
<div class="contact-item">
<img src="images/call1-w.avif" alt="Call Us">
<img src="images/call1-w.avif" style="border-radius: 50%;" alt="Call Us">
<h2>Call Us</h2>
<p>For immediate assistance, call our emergency line at <strong>123-456-7890</strong>.</p>
</div>
<div class="contact-item">
<img src="images/help-w.png" alt="Help">
<img src="https://i.postimg.cc/m2bGBGFf/help-w.png" style="border-radius: 50%;" alt="Help">
<h2>Need Help?</h2>
<p>Our team is available 24/7 to help you with any inquiries.</p>
</div>
<div class="contact-item">
<img src="images/caremeregency-w.png" alt="Emergency Care">
<img src="images/caremeregency-w.png" style="border-radius: 50%;" alt="Emergency Care">
<h2>Emergency Care</h2>
<p>In case of an emergency, please do not hesitate to reach out to us immediately.</p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@
width: 98vw;
}

#contact-hvr:hover{
background: none;
}

</style>
</head>

Expand Down

0 comments on commit d4062cf

Please sign in to comment.