Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham-Darkseid committed Sep 11, 2024
1 parent f19d9c1 commit 6893d88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ <h2>Frequently Asked Questions</h2>
<a href="#">Privacy</a>
<a href="#">Speed Test</a>
<a href="#">Legal Notices</a>
<!-- Repeat for more links -->
</div>
<div class="footer-bottom">
<p>&copy; 2024 Livhast. All rights reserved.</p>
</div>
</div>
</footer>
Expand Down
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,13 @@ body {
text-align: left; /* Aligns text to the left */
}

.footer-bottom {
text-align: center;
margin-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding-top: 20px;
}

.footer-bottom p {
font-size: 14px;
}

0 comments on commit 6893d88

Please sign in to comment.