Skip to content

Commit

Permalink
Merge pull request #21 from tanmaysrivastava45/tanmay18
Browse files Browse the repository at this point in the history
changed the color of font to enhance UI and visibility
  • Loading branch information
Yorichiiii22 authored Oct 25, 2024
2 parents e226163 + 140d9a2 commit 560b429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project Food Menu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ <h3>Quick Links</h3>
<!-- Contact Us Section -->
<div class="footer-column">
<h3>Contact Us</h3>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: <a href="tel:+1234567890">+123 456 7890</a></p>
<p >Email: <a class="footer-contact" href="mailto:[email protected]">[email protected]</a></p>
<p >Phone: <a class="footer-contact" href="tel:+1234567890">+123 456 7890</a></p>
</div>

<!-- Follow Us Section -->
Expand Down
4 changes: 3 additions & 1 deletion Project Food Menu/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,9 @@ footer {
display: flex;
flex-direction: column;
}

.footer-contact{
color: #be1414;
}
.footer-column h3 {
margin-bottom: 5px;
font-size: 18px;
Expand Down

0 comments on commit 560b429

Please sign in to comment.